Above is a very simple web scraper that prints all tags on a page. The job of this repo is for you to branch it and edit the code to create a more robust and useful scraper. Most of the main components are there, if you have a question about any line of code, please contact us on the skype group or over on /r/learnpython. You can also submit a pull request with your code and we'll create a branch for your project.
- requests
- BeautifulSoup 4
- sys
requests and beautiful soup can be installed with pip
pip install beautifulsoup4
pip install requests
sys is part of the standard library