Powerful Telegram bot that can download books from many services.
-
Clone the repository:
git clone https://github.com/kd3n1z/flibusta-downloader.git
-
Install packages & build the project:
npm i && npm run build
-
Create .env:
BOT_TOKEN=123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 MONGO_URL=mongodb+srv://bot:... MONGO_DB=database_name
-
Start the bot:
npm start