Skip to content

A Telegram Ebooks Finder Bot will get you results from Library Genesis, Zlibrary, OpenLibrary/InternetArchive, SciHub, Anna's Archive, PdfDrive and eBook-Hunter to Telegram chat

Notifications You must be signed in to change notification settings

olarwe3/Ebooks-finder

 
 

Repository files navigation

Ebooks Bot

This is Ebooks Finder Bot, Just send a name of the Book and It will get you results from Library Genesis, Zlibrary, OpenLibrary/InternetArchive, SciHub, Anna's Archive, PdfDrive and eBook-Hunter to Telegram

Experience the bot at @eBooooksBot


Required Variables

  • HASH Your API Hash from my.telegram.org
  • ID Your API ID from my.telegram.org
  • TOKEN Your bot token from @BotFather

Optional Variables

  • for Zlibrary

    REMIX_ID & REMIX_KEY OR Z_EMAIL & Z_PASS

  • for Zlibrary Multi

    ZLIB_MULTI

    Below is an eample config, you can use either of the logins combination

    "ZLIB_MULTI": [
        {
            "email": "xxx@mail.com",
            "password": "ABCDEF"
        },
        {
            "remix_id": 12345678,
            "remix_key": "24jhbf32hj2b3hjb"
        }
    ]
  • for OpenLibrary

    IA_EMAIL & IA_PASS

About

A Telegram Ebooks Finder Bot will get you results from Library Genesis, Zlibrary, OpenLibrary/InternetArchive, SciHub, Anna's Archive, PdfDrive and eBook-Hunter to Telegram chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Dockerfile 0.1%