https://github.com/rxchit/mal-reviews
Scripts for web scraping MAL into a SQL database
https://github.com/rxchit/mal-reviews
anime python sql web-scraping
Last synced: about 1 month ago
JSON representation
Scripts for web scraping MAL into a SQL database
- Host: GitHub
- URL: https://github.com/rxchit/mal-reviews
- Owner: rxchit
- License: apache-2.0
- Created: 2022-10-25T04:33:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T13:31:32.000Z (over 3 years ago)
- Last Synced: 2025-01-25T20:44:26.070Z (over 1 year ago)
- Topics: anime, python, sql, web-scraping
- Language: Python
- Homepage:
- Size: 15.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# MAL reviews scraping :sparkles:

### :bar_chart: Proof of Concept
Scripts for web scraping anime review data from https://myanimelist.net/ into a SQL database
A sample  is included in this repo.
## Executing
To run this code on your hardware
```bash
chmod u+x run.sh
./run.sh fresh #Fresh/First time run
./run.sh refresh #ReRun as Fresh saves the existing DB
./run.sh #If you already have a DB
```
#### 