Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 637 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 637 Bytes

Header  Photo by Gracia Dharma on Unsplash

MAL reviews scraping ✨

build

📊 Proof of Concept

Scripts for web scraping anime review data from https://myanimelist.net/ into a SQL database

A sample Database is included in this repo.

Executing

To run this code on your hardware

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