Creating a chatbot based on Python Aiogram
Please rate the course
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
- WHAT IS A CHAT BOT
- studying the admin mode
- studying the user mode
- CREATE A VIRTUAL PROJECT ENVIRONMENT
- WHAT IS AIOGRAM
- < p>CREATE THE INITIAL PROJECT CONFIGURATIONCREATE THE INITIAL PROJECT STRUCTURE
- CREATE PROJECT SETTINGS
- CREATE DATABASE SETTINGS
- CONFIGURE THE MODULE LOADER
- CONFIGURING THE APP MODULE
- initial handler settings
- creating filters
- adding menu output handlers for each mode
- li>CHECKING THE WORK OF THE PROJECT
Creating the main functionality of the administrator
- implementing the logic for displaying a list of categories
- implementing the logic for adding a category
- implement the logic for displaying category products
- implement the logic for deleting a category
- implement the logic for specifying the name of a new product
- implement the logic for canceling the addition of a new product
- < li>implement the logic for adding a product description
- implement the logic for adding a product photo
- implement the logic for adding the price of a product
- implement the logic for generating a product card
- we implement the final product registration handler
- we implement the logic for deleting a category product
- we implement the logic for changing the price and description of the product
- we implement the logic of validator handlers
- implement a module with functions for generating keyboard layout
Create a directory and a user’s cart
- implement a handler for generating layout for a list of categories
- implement an output handler list of category products
- implement a handler for generating markup for an item in the cart
- implement a handler for displaying the contents of the cart
- implement a handler for adding an item to the cart
- implement a handler for changing the contents of the cart
Implement work with orders
- implement a handler for transition to order creation
- implement a handler for checking the contents of the order
- implement a handler for returning to the order form after displaying the order
- implement a handler for the transition to entering the customer’s name
- implement a handler for returning to the formation of an order after the transition< /li>
- implement a handler for completing the name entry and going to the address
- implement a handler for returning to the name entry
- implement a handler for completing the address entry and order confirmation
- handle the situation when, when confirming an order, we enter text
- return handler for changing the address
- implement a handler for completing the order generation
- implement display of active orders
- IMPLEMENT WORKING WITH ORDERS ON THE ADMIN SIDE
Implement a question subsystem
- implement a handler for the bot’s response to a user’s question
- implement a handler for confirming that the question was entered correctly
- implement a handler for user input of text instead of confirmation
- implement a handler for canceling a question from the user
- implement a handler for sending a request< /li>
- implement a handler for displaying a list of questions
- implement a handler that provides a transition to entering an answer
- implement a handler for confirming the correctness of the answer
- implement a handler for canceling an answer< /li>
- implement a handler for sending a response to the user
- check the possibility of answering the question
Deploy the project
- REGISTER FOR RENDER .COM
- create and configure the requirements.txt file
- create a remote repository on GitHub
- create a local repository
- link the local repository with the remote one
- send the project to a remote repository
- how to get a token in GitHub
- PERFORM DEPLOYMENT ON RENDER