This python code scrapes the Best Japanese Anime Series and exports the "Rank, Title, Duration, Genre, Number of stars, Description and Number of votes" into a excel file.
Use the package manager pip to install the packages.
- First of all create a isolated environment in your folder using following commands
i) virtualenv env
ii) source env/scripts\activate
- Then install tools using
pip install -r requirements.txt
- All of the packages needed in this project is installed 😀.
- Then use
python3 main.py
to run the script. - You can also see the extracted data by opening the
Best_anime_japanese_series_by_popularity.csv
file. - Open the Excel file. You must see the below page.
Thank You. 🙏