Code Monkey home page Code Monkey logo

Comments (3)

AlexandreSenpai avatar AlexandreSenpai commented on May 28, 2024 1

Hello @SakiSakiSakiSakiSaki

# This method fetches the manga directly by its id if you already know based on the source that youre using.
# For example: I know that 1234 refers to doujin x on NHentai so i can use `.get` to directly access it.
manga = enma.get(identifier="1234")
# Now, you can use `.search` if you dont know whats the id of a manga or 
# whether you dont know if it exists on the current source.
results = enma.search(query="monster musume", page=1)

from enma.

SakiSakiSakiSakiSaki avatar SakiSakiSakiSakiSaki commented on May 28, 2024

Hello @SakiSakiSakiSakiSaki

# This method fetches the manga directly by its id if you already know based on the source that youre using.
# For example: I know that 1234 refers to doujin x on NHentai so i can use `.get` to directly access it.
manga = enma.get(identifier="1234")
# Now, you can use `.search` if you dont know whats the id of a manga or 
# whether you dont know if it exists on the current source.
results = enma.search(query="monster musume", page=1)

Thanks for this. It'd be nice if you included this in the readme!

from enma.

AlexandreSenpai avatar AlexandreSenpai commented on May 28, 2024

Closed this issue as the documentation was updated including the entrypoint methods explanation.
https://enma.gitbook.io/enma/documentation/entrypoint-methods

from enma.

Related Issues (20)

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.