Skip to content

psyneverdie/gotgbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation


Install

For the Telegram bot to work correctly, you must:

  1. Install Telegram API.
go get -u github.com/go-telegram-bot-api/telegram-bot-api
  1. Enter the bot's token to the token variable.
  2. Compile the code.
go build -o my_bot main.go && ./my_bot
  1. Enter the /start command for the bot.
  2. Get fun ;)

Documentation

What can the bot to do?

  • Display a greeting after applying the /start command
  • Display and operate the 4 buttons of the first layer.
  • Display and operate the 2 buttons of the second layer.
  • Know how to return from the second layer to the first layer.
  • Completes the job of using the two buttons of the second layer.
  • Logs all actions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages