Skip to content

A python application that fetches jobs from Djinni & Upwork and notifies through telegram

Notifications You must be signed in to change notification settings

JosephVoid/telegram-job-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A python application that fetches jobs from Djinni & Upwork and notifies through telegram

Resources

Stars

Watchers

Forks

Languages