Giter VIP home page Giter VIP logo

upwork-job-checker's Introduction

Upwork-job-checker

Get notified when new job posting is available at upwork.com

Screenshot

Screenshot

About

Upwork-job-checker is automation software that goes on freelance site upwork.com and fetches latest jobs defined by keyword specified, so you don't have to manually check every five minutes if there's new offerings on the site. Option to send sms message to your phone when there's update and option to open job url in a browser(as shown in screenshot).

Usage

For proper use you will need to enter following in information.py file: valid username, password, search word(python, ruby...), and path to the exact location where Upwork-job-checker folder is.

This is intended to be integrated with cron job so you will need to open terminal emulator and type:

crontab -e

Once inside scheduler type:

*/5 * * * * DISPLAY=:0 /usr/bin/python /path/to/the/Upwork-job-checker/main.py


@reboot sleep 30 && python /path/to/the/Upwork-job-checker/update_json.py > /path/to/the/Upwork-job-checker/file.log 2>&1

The first command will be executed every 5 minutes to see if there's new job postings. Second command is intended for updating json file where job listings are located, and storing output on log file.

To stop running simply type:

crontab -e

And put comment sign(#) in front of previously mentioned commands, or remove them completly.

Requirements

Upwork-job-checker is using pynotify to display notifications, pygame to play notification sound, Beautiful Soup for scraping, mechanize for emulating browser, twilio for sending sms message.

Installation and Running

Installing
git clone https://github.com/Lazar-T/Upwork-job-checker

Running

Proper running is explained in Usage part.

upwork-job-checker's People

Contributors

lazar-t avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  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.