🛋️ Homepage
Desktop application made with Python to scrape job listings from PythonJobs.
- Open and run
main.py
in the editor/IDE of your choice. - The scraped results will be output to your terminal console;
pprint
is used for uniformity and ease-of-readibility. - Each run of the script will save a
python_jobs.csv
to your main directory. Each run will also appendOOX
to each .csv file. For example:python_jobs_001.csv
python_jobs_002.csv
- etc.
- This scraper is solely for PythonJobs.
- The script can be modified for other job-hunting websites but the scraped elements will have to be adjusted accordingly.
- Create multiple scripts for other development job search sites.
- Incorporate scripts into a Streamlit app for better user interaction.
Robert H. Carr, IV
- Twitter: @rhc_iv
- Github: @rhc-iv
- Mastodon: @rhciv1972
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator