Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 554 Bytes

File metadata and controls

7 lines (7 loc) · 554 Bytes

GolangTelegramBot OWN_STUDY_PROJECT

My first attempt to write a Telegram bot using Golang while studying Golang :}
The bot will be getting updates as my Golang knowledge evolves..
Functions of the current version:

  • Sending "Welcome" message depending on the time of day ("Good morning, #NAME/Good day.../Good evening.../Good night...) and if the user is new to the bot or not. ("🦆 Now you are a new member of the club!/"🔑Welcome back!")
  • Writing users ID to the file "users.txt" and checks it on every update.