Skip to content
/ boo Public

Boo Timer is a telegram bot that aggregates tap2earn projects and notifies user to farm them at right time

ErrorBoi/boo

Repository files navigation

Boo

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

Install & run

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

Tech stuff

Create migration

migrate create -ext sql -dir store/postgres/migrations -seq {migration_name}

About

Boo Timer is a telegram bot that aggregates tap2earn projects and notifies user to farm them at right time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published