This python application helps poll job sites (Djinni & Upwork) for relevant jobs
- Create
notified_jobs.txt
,.config
&.env
files - Insert your links (with appopriate query params and page) or rss in the .config file in the following format
DJINNI ; https:\\djinni.com?job_type=remote&....
UPWORK ; https:\\upwork.com\rss
- Insert your token, chatid, and Polling minutes in the following format
TOKEN=<bot-token>
CHAT=<chat-id>
MINS=<minutes-to-check-sites>
- your chat-id can be found on the @RawDataBot from telegram (you must start your bot btw)
- Install dependencies from the requirements.txt file by
pip install -r requirements.txt
- Then start the bot in the background
// Background
pythonw main.pyw
// Foreground
python main.pyw