/Upwork-Scraper

Python script to scrape recently posted jobs on upwork.com, link them to a google sheet, and send a message with the hottest jobs through Telegram.

Primary LanguagePython

Upwork Scraper

Idea:

Python script to scrape recently posted jobs on upwork.com, link them to a google sheet, and send a message with the hottest jobs through Telegram.

Possible Future Work:

  • Upload the script to GCP/AWS and schedule it to run after specific period
  • Apply Multi-Threading to make it much faster in retrieving the result
  • Using another method for getting the page source rather than Selenium (running silently)