Skip to content

This is a tutorial project to learn how to write simple projects using a clean architecture. For now, local development and testing is currently underway.

Notifications You must be signed in to change notification settings

CombiningIdeas/echo-tgbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ⌚

echo-tgbot ✅

Badge for project

Goals for creating a bot ⭐

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. 🚀

Write a functional telegram bot.

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.

When writing a project, use the principles of clean architecture and clean code.

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.

About

This is a tutorial project to learn how to write simple projects using a clean architecture. For now, local development and testing is currently underway.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages