Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soldatov-ss/flibusta-telegram-bot

Telegram bot for searching books in Flibusta
https://github.com/soldatov-ss/flibusta-telegram-bot

aiogram aiogram3 python sqlalchemy telegram telegram-bot

Last synced: 3 months ago
JSON representation

Telegram bot for searching books in Flibusta

Awesome Lists containing this project

README

        

# Flibusta Telegram Bot

Teleram bot created to help users download books from Flibusta. With this bot, users can search for books by title, author, or sequence and download them in various formats, including FB2, EPUB, MOBI, PDF, and more.

----------------------------
### Getting Started

**1. Clone the Repository**

```
git clone https://github.com/yourusername/flibusta-telegram-bot.git
cd flibusta-telegram-bot
```

**2. Set Up Environment Variables**

Create a .env file in the project root directory with the necessary environment variables. You can base it on the
.env.dist if provided.

**3. Build and Start the Services**

```
docker-compose up --build
```

**4. Run Alembic Migrations**

To create a new migration:
```
make alembic-revision
```

To apply the latest migration:
```
make alembic-upgrade
```

---------------------------
##### **Contributing**

Feel free to submit issues or pull requests if you want to contribute to this project.