Giter Club home page Giter Club logo

jikan's People

Contributors

5andshark avatar abhinavk99 avatar adiirfan avatar azeemhassni avatar chortowod avatar glugg23 avatar irfan-dahir avatar ivanovishado avatar janvernieuwe avatar miraris avatar n0d4n avatar nerg4l avatar purplepinapples avatar pushrbx avatar ribeirogab avatar rjd22 avatar scrutinizer-auto-fixer avatar seanbreckenridge avatar shindoumihou avatar toshy avatar xy137 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jikan's Issues

The API index by request?

I'm collecting info from your API, the first round many animes give me error 500 or others, second run it works fine.

So if it crawl by request, maybe you need put this info on the README (any way, I think right now you have 13000+ animes thanks too all my request [sorry for the "little attack" I don't want parse again all mal, just to get the info anime and crawl data etc...])

PD: Also some request return false as response, what it means?

[Characters/People] Parse Image

Noticed that there arent images on them. (except for specific characters in a Person or for anime in Characters)
Could you parse that?

Fetching Extra Anime/Manga details

This parses after the anime() or manga() method and fetches from sub pages such as

https://myanimelist.net/anime/1/Cowboy_Bebop/video
https://myanimelist.net/anime/1/Cowboy_Bebop/episode
https://myanimelist.net/anime/1/Cowboy_Bebop/reviews
https://myanimelist.net/anime/1/Cowboy_Bebop/userrecs
and so on.

Each pages are individual, so they require more work and bandwidth.

Possible code use is

\MAL\GET->anime($id)->video()->episode()->reviews()

The data keeps getting accumulated in the returning array.

Low priority since it requires a lot of work. So I'll do it in the end.

Is it possible to make Related Anime always return a list?

In my parser I map json keys to Java variables, example:

@SerializedName("ranked") public int ranked;

To parse the JSON, I use GSON, so my code looks like this

Anime anime = gson.fromJson("here comes the json provided by Jikan");

(to call the ranked variable, I use anime.ranked, Parsing and mapping to a Java object happens only in one line of code)

My problem is that Sequel on Jikan can either return a double List/Array, if the Anime has more than 1 sequel - or single Array when the Anime only has 1 sequel

To completely mitigate this issue (for me), making it always return a double array fixes it

Example current JSON:

    "Sequel": [
      "Clannad: After Story<\/a>",
      "\/anime\/4181\/Clannad__After_Story"
    ]

Example new situation

    "Sequel": [
     [
      "Clannad: After Story<\/a>",
      "\/anime\/4181\/Clannad__After_Story"
     ] // add other sequels here, comma separated
    ]

I was wondering if this is possible for Jikan, if not I'll just keep the 'Related Anime' off my app

Oh and to clarify, only return a list if there is an related Anime found of course.

PS: I am looking for solutions on my end, so if I manage to find it, I'll just close the issue

[Anime] Characters & Staff to return 1 image instead of 2

Current response example looks like this:

"image":"https:\/\/myanimelist.cdn-dena.com\/r\/23x32\/images\/voiceactors\/2\/17135.jpg?s=1e4f2f416890bc60d338b2c67f54daf3 1x, https:\/\/myanimelist.cdn-dena.com\/r\/46x64\/images\/voiceactors\/2\/17135.jpg?s=69b969ff9c8a792f7f341adcfcd850f2 2x"

Search Method for MAL

The official MAL search API is lacking in terms of pages. You can get the results from the first page but you've no idea what's on the rest of the pages.

Thus, this method will allow you to get results from any page of query. Will also include the amount of pages available.

Possible usage:

$results = \MAL\GET->search("string", 2 /page/{, type; anime, manga})

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.