Skip to content

ksdsouza/anime-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

A Python microservice designed to to scrape myanimelist.net for recent seasons of anime.

Dependencies:

  • python3
  • BeautifulSoup4
  • pymongo

Storage

(Will soon be migrated to another microservice)
Scraped data is stored to MongoDB at localhost:27017 under database Anime. Each season will be stored in the database in their own collection in the form "SEASON YEAR" (ex. Winter 2018). A season collection contains Anime objects.
An Anime object is internally represented as:

{
    "title":"STRING",
    "numEps":"STRING",
    "imgURL":"STRING",
    "release":"String",
    "synopsis":"String",
    "genres":["String"]
}

How to run

run the MALController.py file
python3 MALController.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages