Training with telegram-bot
The program is designed for a network of sports clubs.
At the sports club, the coaches take classes with the participants' groups.
After the course, the coach comes a telegram message with the question whether the course took place and how many people took part in it.
The coach responds to questions in the telegram and also sends a photo of the group.
The information and photos received from the coach are entered in the database. A software recognition of the number of participants on the photo is made, the result is also stored in the base.
The club administrator creates a group class schedule, can view the data of the class reports and also create the required reports on the statistics of the classs.
The system is implemented on Odoo platform in the form of a module.
The telegram bot is made in the form of a separate program, exchanging data with the Odoo server through the API.
It’s all in Python.
At the sports club, the coaches take classes with the participants' groups.
After the course, the coach comes a telegram message with the question whether the course took place and how many people took part in it.
The coach responds to questions in the telegram and also sends a photo of the group.
The information and photos received from the coach are entered in the database. A software recognition of the number of participants on the photo is made, the result is also stored in the base.
The club administrator creates a group class schedule, can view the data of the class reports and also create the required reports on the statistics of the classs.
The system is implemented on Odoo platform in the form of a module.
The telegram bot is made in the form of a separate program, exchanging data with the Odoo server through the API.
It’s all in Python.