Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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~
- Host: GitHub
- URL: https://github.com/hantbk/alime
- Owner: hantbk
- Created: 2024-10-13T08:58:11.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-20T15:04:03.000Z (about 1 month ago)
- Last Synced: 2024-10-20T16:29:26.193Z (30 days ago)
- Topics: analytics, anime, anime-scraper, beautifulsoup, big-data
- Language: Python
- Homepage:
- Size: 45.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 🤔