bipinkrish / Ebooks-Bot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 99.9%Language:Dockerfile 0.1%