You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2019. It is now read-only.
Hi I'm trying to do a telegram bot using the goodreads API, the problem is the results are getting too late, so the responde id for the telegram message ID expired.
Is there something I can do to get the search results faster?
The problem with search_books method is firstly the goodreads API is not that accurate in regards to searching, so it returns extra results even if you are specific. The this library goes through and calls API again for each result to get the full information.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi I'm trying to do a telegram bot using the goodreads API, the problem is the results are getting too late, so the responde id for the telegram message ID expired.
Is there something I can do to get the search results faster?
The text was updated successfully, but these errors were encountered: