Python based web-scraper using Beautiful Soup library
- python3
- Beautiful Soup library https://www.crummy.com/software/BeautifulSoup/bs4/doc/
- Requests library
Clone above repository
$ cd python-webscraper
$ apt-get install python3-bs4
$ python3 web-scraper.py
MIT
Free Software, Happy coding!