/dystopian_books

scrapping dystopian books from wikipedia page

Primary LanguageJupyter NotebookMIT LicenseMIT

Dystopian_books

scrapping dystopian books from wikipedia page

Setup

  • Install git
  • Install python
  • Install pip
  • Clone this repo

Open a terminal and run

git clone git@github.com:rgrangeiro/dystopian_books.git
  • Run requirements
pip install -r ./dystopian_books/requirements.txt

Run Jupyter notebook

jupyter notebook &

Open notebook

Open a browser: http://localhost:8888/tree/dystopian_books

To Do

The Wikipedia page from which the data comes is not fixed content nor is it accurate or formatted. The notebook shown is just a case study of what can be done and requires adjustments.