Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T13:31:32.000Z (about 2 years ago)
- Last Synced: 2023-07-14T14:38:12.271Z (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
![Header Photo by Gracia Dharma on Unsplash](img/001.jpg)
# MAL reviews scraping :sparkles:
![build](https://img.shields.io/badge/build-passed-inactive/?style=flat-square&logo=python&color=lightgrey)
### :bar_chart: Proof of ConceptScripts for web scraping anime review data from https://myanimelist.net/ into a SQL database
A sample ![Database](db/anime.db) 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
```#### ![LICENSE](LICENSE)