Giter VIP home page Giter VIP logo

upwork-telegram-bot's Introduction

Upwork Job Delivery Bot

What does it do?

I often found it tedious and a huge time sink to keep refreshing Upwork's feed to find jobs.

So I implemented this custom solution to deliver my RSS feed to me on telegram while I'm busy with other things!

The idea is adding your RSS feeds to the bot on telegram, and in one place you'll start getting your job feeds delivered to your phone/pc.

Bot output example

Bot Output

How to get started using the bot on Telegram?

Saerch for the bot on Telegram @UpworkDeliveryBot and follow the starting tutorial.

Where do I get my RSS urls?

On your main feed:

Main feed RSS

From search:

Custom search RSS

I highly suggest using advanced search before using the RSS url since RSS feed keeps track of your filters as well as keywords.

Advanced search

How do I get set up to run the bot myself?

Create and activate a virtualenv:

$ cd upwork-telegram-bot
$ python3.9 -m venv venv
$ source venv/bin/activate

Install the dependencies:

(venv)$ pip install -r requirements

Create your .env file with this format:

TOKEN=YOUR_TELEGRAM_BOT_TOKEN
DB_CONNECTION=MONGO_DB_CONNECTION_STRING
DB_NAME=MONGO_DB_NAME
DEVS=COMMAN_SEPARATED_STRING_OF_DEVS_ID (Chat ID between you and the bot)

Run the bot:

(venv)$ python bot.py

And you're good to go!

Disclaimer

Upwork is a registered trademark of Upwork Inc.

The contributions of this bot isn't in anyway affiliated with, sponsored by, or endorsed by Upwork Inc.

The contributors of this bot are not responisble for end users' actions.

upwork-telegram-bot's People

Contributors

ijohnmaged avatar srinivasjoshi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.