Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Concept

Scripts 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)