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 Jul 21, 2023. It is now read-only.
Some books present on the Internet Archive (IA) are not present on Libgen, I think it'd be nice to have them searchable through the bot as a fallback. Conceptually, the logic would be: query to bot -> if (book is on Libgen) {send it to user} else {query IA}. Then, if the book is present on IA, to retrieve it is just as easy as including in the codebase something like this: Archive.org-Downloader, which has a really fast and efficient downloader of borrow-only books from the IA. Thus, if the book is absent on Libgen and present on IA, the bot just download it from the IA and updates it on both Libgen and on Telegram for the querying user.
The text was updated successfully, but these errors were encountered:
Sorry, the repo was paused for some time and I missed some letters.
The conceptual issue is that the bot has its own database. All queries goes to this database. It makes bot independent of external sources and more reliable.
It is required to import database of IA into Nexus database to make books available. But as far as I know, IA does not have publicly available dumps.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some books present on the Internet Archive (IA) are not present on Libgen, I think it'd be nice to have them searchable through the bot as a fallback. Conceptually, the logic would be: query to bot -> if (book is on Libgen) {send it to user} else {query IA}. Then, if the book is present on IA, to retrieve it is just as easy as including in the codebase something like this: Archive.org-Downloader, which has a really fast and efficient downloader of borrow-only books from the IA. Thus, if the book is absent on Libgen and present on IA, the bot just download it from the IA and updates it on both Libgen and on Telegram for the querying user.
The text was updated successfully, but these errors were encountered: