Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 879 Bytes

readme.md

File metadata and controls

30 lines (28 loc) · 879 Bytes

Telegram Job Notifier

Description

This python application helps poll job sites (Djinni & Upwork) for relevant jobs

Installation

  1. Create notified_jobs.txt, .config & .env files
  2. 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
  1. 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)
  1. Install dependencies from the requirements.txt file by
    pip install -r requirements.txt
  1. Then start the bot in the background
    // Background
    pythonw main.pyw
    // Foreground
    python main.pyw