Welcome to the Library Bot GitHub Repository! 🤖📚
This bot is designed to manage books in a library. Users can add and delete books, search for books by title or author, and view a list of books. The bot uses the aiogram library for Telegram bot development and SQLite3 for data storage.
- Add new books with title, author, description, and genre.
- View a list of all books (title and author).
- Search for books by title or author.
- Delete books from the library.
To interact with the bot, use the following commands:
/add- Add a new book to the library./list- View a list of all books./search- Search for books by title or author./delete- Delete a book from the library.
To run the bot locally, follow these steps:
- Clone the repository:
git clone https://github.com/FastikOnik/BooksTelegramBot.git - Install dependencies:
start install_dependencies.sh - Run the bot:
python bot.py
Feel free to explore and enhance the bot as needed! Contributions are welcome. 😊
Happy coding!