Boo is a telegram bot written in Go. It uses telegram-bot-api V5.
It might be useful if you're looking for golang realisation of telegram bot with following features:
- periodical notifications for users
- balance in your token and transactions
- usage of keyboards, callback queries and other great stuff from telegram api
git clone https://github.com/ErrorBoi/boo.git
cd boo
cp .env.sample .env
Specify ENVs in .env file. Bare minimum is BOT_TOKEN and DB related variables. When you're done, run:
docker-compose up --build
migrate create -ext sql -dir store/postgres/migrations -seq {migration_name}