Answer the question
In order to leave comments, you need to log in
What tools to use?
I am writing a thesis and I need help with what tools to use when developing an application. In the end, a BOT should be obtained upon request to which the user should receive information about his progress at the university, information about what subjects I will be (today, tomorrow, in a week). Also, so that other users can fill it with information, for example, the headman could enter the topics of the lectures that were on the pair into the database so that his fellow students could turn to the bot and find out.
Answer the question
In order to leave comments, you need to log in
Since the question is on telegram, I suggest using this library. Very easy to use, there are a bunch of written projects.
Also, you need a database to store the data. In order to work with the database, I advise you to use ORM, as they often allow you not to write all queries to the database with pens (you can read about ORM here ).
As an ORM, I recommend PeeWee - a fairly simple and understandable ORM (a small guide can be read here )
For example https://pypi.org/project/pyTelegramBotAPI/ for bot and sqlite3 for database
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question