Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hantbk/alime

Alime: Anime Big Data Analysis kuru kuru~
https://github.com/hantbk/alime

analytics anime anime-scraper beautifulsoup big-data

Last synced: about 5 hours ago
JSON representation

Alime: Anime Big Data Analysis kuru kuru~

Awesome Lists containing this project

README

        

# Anime Big Data Analysis kuru kuru~
![](./docs/wall.jpg)
## 0. Introduction
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`

## 1. Setup Environment
```
python3 -m venv venv
source venv/bin/activate
```

## 2. Install Requirements
```
pip install -r requirements.txt
```

## 3. Run
```
cd crawler
python3 top_anime.py
```

> NOTE: I just wonder why Boku no Pico has such bad scores ?
> ``` csv
> 1639,Boku no Pico,OVA,1,Sep 2006,Sep 2006,182442,4.22
> ```
> Hmm 🤔