Logo
flag

Creating a chatbot based on Python Aiogram

Logo

Please rate the course

0.0
Source:
Category:
Language:
Russian
Duration:
03:52:20
Number of lessons:
67
Added date:
26/05/2024
Rating:
0.0

Course short description

Asynchronous chatbots are a trend in modern software application development. They are intermediaries between the user and the business and simplify the sale of goods, data transfer, and ordering.


Course program

Introducing the course, creating an environment and a project template

  1. WHAT IS A CHAT BOT
  2. studying the admin mode
  3. studying the user mode
  4. CREATE A VIRTUAL PROJECT ENVIRONMENT
  5. WHAT IS AIOGRAM
  6. < p>CREATE THE INITIAL PROJECT CONFIGURATIONCREATE THE INITIAL PROJECT STRUCTURE
  7. CREATE PROJECT SETTINGS
  8. CREATE DATABASE SETTINGS
  9. CONFIGURE THE MODULE LOADER
  10. CONFIGURING THE APP MODULE
  11. initial handler settings
  12. creating filters
  13. adding menu output handlers for each mode
  14. li>CHECKING THE WORK OF THE PROJECT

Creating the main functionality of the administrator

  1. implementing the logic for displaying a list of categories
  2. implementing the logic for adding a category
  3. implement the logic for displaying category products
  4. implement the logic for deleting a category
  5. implement the logic for specifying the name of a new product
  6. implement the logic for canceling the addition of a new product

  7. < li>implement the logic for adding a product description
  8. implement the logic for adding a product photo
  9. implement the logic for adding the price of a product
  10. implement the logic for generating a product card
  11. we implement the final product registration handler
  12. we implement the logic for deleting a category product
  13. we implement the logic for changing the price and description of the product
  14. we implement the logic of validator handlers
  15. implement a module with functions for generating keyboard layout

Create a directory and a user’s cart

  1. implement a handler for generating layout for a list of categories
  2. implement an output handler list of category products
  3. implement a handler for generating markup for an item in the cart
  4. implement a handler for displaying the contents of the cart
  5. implement a handler for adding an item to the cart
  6. implement a handler for changing the contents of the cart

Implement work with orders

  1. implement a handler for transition to order creation
  2. implement a handler for checking the contents of the order
  3. implement a handler for returning to the order form after displaying the order
  4. implement a handler for the transition to entering the customer’s name
  5. implement a handler for returning to the formation of an order after the transition< /li>
  6. implement a handler for completing the name entry and going to the address
  7. implement a handler for returning to the name entry
  8. implement a handler for completing the address entry and order confirmation
  9. handle the situation when, when confirming an order, we enter text
  10. return handler for changing the address
  11. implement a handler for completing the order generation
  12. implement display of active orders
  13. IMPLEMENT WORKING WITH ORDERS ON THE ADMIN SIDE

Implement a question subsystem

  1. implement a handler for the bot’s response to a user’s question
  2. implement a handler for confirming that the question was entered correctly
  3. implement a handler for user input of text instead of confirmation
  4. implement a handler for canceling a question from the user
  5. implement a handler for sending a request< /li>
  6. implement a handler for displaying a list of questions
  7. implement a handler that provides a transition to entering an answer
  8. implement a handler for confirming the correctness of the answer
  9. implement a handler for canceling an answer< /li>
  10. implement a handler for sending a response to the user
  11. check the possibility of answering the question

Deploy the project

  1. REGISTER FOR RENDER .COM
  2. create and configure the requirements.txt file
  3. create a remote repository on GitHub
  4. create a local repository
  5. link the local repository with the remote one
  6. send the project to a remote repository
  7. how to get a token in GitHub
  8. PERFORM DEPLOYMENT ON RENDER

Write your comment

Logo