Skip to content

👷 💵 Upwork new jobs notification send to your email 💵 👷

License

Notifications You must be signed in to change notification settings

AAYBS/jn-upwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Maintainability BCH compliance Codacy Badge Known Vulnerabilities Total alerts Language grade: Python

Upwork jobs notification

Get notified when a job that is interesting to you (i.e. meets certain criteria) is posted on upwork.

Installation

Create new virtual environment

virtualenv -p python3 upwork

Inside virtual env install dependencies:

pip install -r requirements.txt

Setup cron job to run notification.py script( recomended in 1h).

0 * * * * /jn-upwork/upwork/notification.py

Config Settings

Before you start using Upwork API, you need to register your application and obtain your client credentials. Checkout official documentation. After that add required configuration options.

# Upwork API
[upwork]
api_key=
api_secret=
job_skill=

# email options
[email]
smtp_host =
mail_from =
mail_to = test@mail.com
smtp_user =
smtp_pass =
smtp_port =
smtp_tls =
smtp_ssl =

About

👷 💵 Upwork new jobs notification send to your email 💵 👷

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages