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!
Creating a virtual environment is recommended before starting to avoid conflicts with module versions.
-
Clone the git repostory using the following command.
git clone https://github.com/SudhamJayanthi/upwork-job-scraper.git
-
Open the terminal and navigate to the project directory
cd path/to/your/project
-
Install the required python dependencies
pip install -r requirements.txt
Run the application
python main.py
- 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 :)