Webscraper for https://www.careeronestop.org/LocalHelp/AmericanJobCenters/find-american-job-centers.aspx
🏠 Youtube
✨ Demo
Install Chrome or Firefox if you don't have that already on your computer. If you want to use Chrome then uncomment these lines. Remember to comment out the Firefox lines.
Fire up your terminal/command prompt, navigate to the Github folder and install all of the requirements.
pip install -r requirements.txt
Set the correct input csv file. E.g test_zipcode.csv in Line 10 webscraper_v3.py
vim webscraper_v3.py
Set the correct driver in Line 23 webscraper_v3.py
vim webscraper_v3.py
Firefox
- Mac : ./drivers/geckodriver
- Windows : .\drivers\geckodriver.exe
Chrome
- Mac : ./drivers/chromedriver
- Windows : .\drivers\chromedriver.exe
Now just run the geckodriver/geckodriver.exe | chromedriver/chromedriver.exe once by double-clicking on it. Install the latest version from here or here if things don't work
Just run the following command after this:
python3 webscraper_v3.py
Or
python webscraper_v3.py
👤 Mit Kotak
- Github: @mitkotak
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2021 Mit Kotak.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator