This is a project to analyze anime data from MyAnimeList. The data is crawl from MyAnimeList using BeautifulSoup. There are 27400 anime data in the csv file, it extracts details for each anime:
animeID
title
type
number of episodes
Aired Start
Aired End
number of members
score
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd crawler
python3 top_anime.py
NOTE: I just wonder why Boku no Pico has such bad scores ?
1639,Boku no Pico,OVA,1,Sep 2006,Sep 2006,182442,4.22
Hmm 🤔