Skip to content

Tool that uses MyAnimeList to find the release schedule of specific anime.

Notifications You must be signed in to change notification settings

peppercat10/anime_release_schedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime Release Schedule Finder

Tool that scrapes MyAnimeList to find the release schedule of specific anime.

Why?

The goal for this tool is to integrate it in a notification system running on a Raspberry Pi. It's also just a nice excuse to try Golang out :)

At the time of development, MyAnimeList did not provide a public API, hence the requirement to scrape the website.

How it works

It reads anime names from the animes.txt file. For each name, it calls MyAnimeList's search endpoint, parses the returned HTML and picks the first search result.

Requirements

  • Golang
  • go get "golang.org/x/net/html"

Usage

  1. Add the anime you want to know the release schedule for in animes.txt.
  2. Type go run . in a terminal within this repo and read the printed output.
  3. (Optional) Compile into a binary with go build .

About

Tool that uses MyAnimeList to find the release schedule of specific anime.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages