S
S
Sergey Yavin2020-01-18 12:39:30
Python
Sergey Yavin, 2020-01-18 12:39:30

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

4 answer(s)
K
kiriharu, 2020-01-18
@sjaserds

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 )

A
Andrey, 2020-01-18
@anerev

For example https://pypi.org/project/pyTelegramBotAPI/ for bot and sqlite3 for database

P
Pashenka, 2020-01-18
@like-a-boss

Chisel, hammer, electrical tape.

M
mt_max, 2020-01-23
@mt_max

I'm surprised that such a trivial task can be done as part of a thesis...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question