It visites the website: https://quotes.toscrape.com/ and grab bunch of info abouyt quotes and its authors. Then it starts a game where you have to guess the author of the quote. You hav 4 attempts to guess the right author, each step exept first one include a clue. Quotes can be saved in a csv file.
- Install Python 3.x
- Install pip
- Run
python3 -m pip install bs4
- Run
python3 -m pip install requests
run in game folder:
python3 scraping.py
run in game folder:
python3 csv_scraper.py
and play with command:
python3 csv_scrape_game.py