Library telegram bot

Source Node: 846411

As we have a project we need a library (books sorted by genre). For this bot I will use a very small library like that:

Project and library structure

And we also need a function which will get one of those book so we could send it to user. Here is that function code (you should put it into bots directory to the file book_funcs.py):

1. Chatbot Trends Report 2021

2. 4 DO’s and 3 DON’Ts for Training a Chatbot NLP Model

3. Concierge Bot: Handle Multiple Chatbots from One Chat Screen

4. An expert system: Conversational AI Vs Chatbots

And the only thing left is todraw a bot structure:

bot structure in drawio

You need to change bot_token to your bots token and if you are using your own function, you need to change _functions_book_funcs::find_book(genre) to your own function.

Source: https://chatbotslife.com/library-telegram-bot-f7d2165ed5e3?source=rss----a49517e4c30b---4

Time Stamp:

More from Chatbots Life - Medium