Giter VIP home page Giter VIP logo

anmoku's Introduction

${\color{lightblue}Hi, \space It's \space Jassim.}$

Python Rust TypeScript Java

- developer
+ ๐Ÿ’ซ self-taught developer
  • ๐Ÿฆ€ Rust lover
  • ๐Ÿ Python lover
  • ๐Ÿง Average Linux enjoyer
  • ๐Ÿ’€ Rewrote a discord bot 5 times.
  • ๐Ÿ“บ Anime enjoyer ~ [MyAnimeList]
  • ๐Ÿ†• NEW website just dropped ~ [LINK]

Typing SVG

( If it BREAKS press CTRL + R )


Github-sponsors Ko-Fi BuyMeACoffee



Tools I Use:

Linux Raspberry Pi Docker Nginx Flask FastAPI TailwindCSS MongoDB

Discord:

Vistors:

anmoku's People

Stargazers

 avatar  avatar

Watchers

 avatar

anmoku's Issues

Rate limiting

The API wrapper will need to handle Jikan's rate limiting respectfully with waiting.

As of the creation of this issue the Jikan rate limits are:

Duration Requests
Daily Unlimited
Per Minute 60 Requests
Per Second 3 Requests

The concept

client = Anmoku()

# this will run fine
character = client.get(AnimeCharacter, id = "101")
character = client.get(AnimeCharacter, id = "2")
character = client.get(AnimeCharacter, id = "362")

# but when ran a fourth time under a second it should hit a rate limit.
character = client.get(AnimeCharacter, id = "67") # the program should wait right here until the time for the rate limit has passed.

character = client.get(AnimeCharacter, id = "0") # this will run after the rate limit wait

Jikan API Coverage

This is a git issue we use to keep track of all the endpoints left to implement into the API wrapper.

Documentation for the endpoints can be found at https://docs.api.jikan.moe/

Current Coverage

  • anime

    • getAnimeFullById
    • getAnimeById
    • getAnimeCharacters
    • getAnimeStaff
    • getAnimeEpisodes
    • getAnimeEpisodeById
    • getAnimeNews
    • getAnimeForum
    • getAnimeVideos
    • getAnimeVideosEpisodes
    • getAnimePictures
    • getAnimeStatistics
    • getAnimeMoreInfo
    • getAnimeRecommendations
    • getAnimeUserUpdates
    • getAnimeReviews
    • getAnimeRelations
    • getAnimeThemes
    • getAnimeExternal
    • getAnimeStreaming
    • getAnimeSearch
  • characters

    • getCharacterFullById
    • getCharacterById
    • getCharacterAnime
    • getCharacterManga
    • getCharacterVoiceActors
    • getCharacterPictures
    • getCharactersSearch
  • clubs

    • getClubsById
    • getClubMembers
    • getClubStaff
    • getClubRelations
    • getClubsSearch
  • genres

    • getAnimeGenres
    • getMangaGenres
  • magazines

    • getMagazines
  • manga

    • getMangaFullById
    • getMangaById
    • getMangaCharacters
    • getMangaNews
    • getMangaTopics
    • getMangaPictures
    • getMangaStatistics
    • getMangaMoreInfo
    • getMangaRecommendations
    • getMangaUserUpdates
    • getMangaReviews
    • getMangaRelations
    • getMangaExternal
    • getMangaSearch
  • people

    • getPersonFullById
    • getPersonById
    • getPersonAnime
    • getPersonVoices
    • getPersonManga
    • getPersonPictures
    • getPeopleSearch
  • producers

    • getProducerById
    • getProducerFullById
    • getProducerExternal
    • getProducers
  • random

    • getRandomAnime
    • getRandomManga
    • getRandomCharacters
    • getRandomPeople
    • getRandomUsers
  • recommendations

    • getRecentAnimeRecommendations
    • getRecentMangaRecommendations
  • reviews

    • getRecentAnimeReviews
    • getRecentMangaReviews
  • schedules

    • getSchedules
  • users

    • getUsersSearch
    • getUserById
    • getUserFullProfile
    • getUserProfile
    • getUserStatistics
    • getUserFavorites
    • getUserUpdates
    • getUserAbout
    • getUserHistory
    • getUserFriends
    • getUserReviews
    • getUserRecommendations
    • getUserClubs
    • getUserExternal
  • seasons

    • getSeasonNow
    • getSeason
    • getSeasonsList
    • getSeasonUpcoming
  • top

    • getTopAnime
    • getTopManga
    • getTopPeople
    • getTopCharacters
    • getTopReviews
  • watch

    • getWatchRecentEpisodes
    • getWatchPopularEpisodes
    • getWatchRecentPromos

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.