NH1922 / Anime_Data_Grabber

A quick script that grabs information about your animes stored in a folder from MAL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAL-FO

Fetches information about all your anime stored in a folder from MAL automatically, stores the information in a local DB (sqllite3) and a text file.

MAL-FO uses PySimpleGui to provide a simple GUI to browse the folders and display the results in a table. Jikan API is used to fetch the information about anime using their MAL ID. To fetch the MAL ID, MAL page containing all anime and their ID is parsed using Beautiful Soup.

Requirements

  1. Python 3.5.2 +
  2. Other requirements in requirements.txt (pip install -r requirements.txt)

Screenshots

Selecting the anime folder

AnimeApp

Fetched results 

AniimeApp2

AniimeApp3

A progress bar 

AnimeApp4

To Do

  • Database integration
  • Storing results in a file
  • Displaying results through a GUI
  • Parsing for Anime ID from live site data
  • Improved GUI with better menus
  • Additional features like downloading subs (suggestions needed)
  • Faster parsing to find the Anime ID

Any suggestions and improvements are welcome :)

About

A quick script that grabs information about your animes stored in a folder from MAL


Languages

Language:Python 100.0%