Repository for the Mastering Web Scraping in Python: Crawling from Scratch blogpost with the final code.
You will need python3 installed. After that, install all the necessary libraries by running pip install
.
pip install requests beautifulsoup4
python3 crawler.py
Pull requests are welcome. For significant changes, please open an issue first to discuss what you would like to change.