Skip to content

fastikprog/BooksTelegramBot

Repository files navigation

Library Bot

Welcome to the Library Bot GitHub Repository! 🤖📚

About

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.

Features

  • 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.

How to Use

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.

Installation

To run the bot locally, follow these steps:

  1. Clone the repository: git clone https://github.com/FastikOnik/BooksTelegramBot.git
  2. Install dependencies: start install_dependencies.sh
  3. Run the bot: python bot.py

Feel free to explore and enhance the bot as needed! Contributions are welcome. 😊

Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published