Scrapping for animeisme
$ pip install -r requirements.txt
Run command to starts scraping
Start application
$ cd folder
$ scrapy crawl <spidername>
- animeupdate (For daily update scrapping)
uncomment code from line 68 - 85
scrapy crawl animeupdate -o anime.csv
Scrapy will automatically generate csv file and insert to DB
Using request library, create insert api to automatically insert to db