At the moment, 2 out of 3 goals have been achieved locally, in the process the last functional part related to saving links is being written, the necessary comments are added and unnecessary ones are removed, large code is decomposed into small files for more convenient reading of the code ⌚
The bot will be created in telegram.
The main goals that the author pursues when creating a bot:
- Write a functional telegram bot. 🌠
- When writing a project, use the principles of clean architecture and clean code. 🚀
Talking about the functionality of the bot, the bot will have to include the following features:
- Be able to respond to a message with the same message.
- Be able to remember time. And give you the opportunity to write your own message. This message will be sent to the user at a time that he himself specifies.
- The bot will also need to be able to save sent links to its numbered list, and it will also need to be able to remove messages from this list at the user's discretion.
It means:
- This means that me need to follow clean architecture principles when writing applications in the Golang programming language.
- I will also need to write clean and understandable code.
- I will also need to introduce documentation so that the project is clear to everyone.