Skip to content

sudhamjayanthi/upwork-job-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upwork Job Scraper

A web scraping project with python using requests & bs4 modules. You can search for any term & get the first 10 job listings in Upwork! Working on adding more features!

Installation & Usage

Creating a virtual environment is recommended before starting to avoid conflicts with module versions.

Installation

  1. Clone the git repostory using the following command.

    git clone https://github.com/SudhamJayanthi/upwork-job-scraper.git 
  2. Open the terminal and navigate to the project directory

    cd path/to/your/project 
  3. Install the required python dependencies

    pip install -r requirements.txt

Usage

Run the application

 python main.py

Contributing

  • Open a issue if you have found any bugs or have any feature requests
  • Open a PR if you would like contribute any new features or close existing issues
  • Check out issues page for roadmap features to contribute on**

Feel free to play around and try to submit a pull request even if you are newcomer or just started learning python.

No problem if you ran into errors or have been able to do only half. Be proud atleast you tried!

I'll be happy to assist you and teach you to help you complete it anytime :)

Contact me