/remind-bot

A telegram bot for message reminding

Primary LanguageGoMIT LicenseMIT

Remind Bot

A telegram bot for message reminding.

Build Status Go Report Card codecov

Running

# Install packages
go get github.com/karrick/tparse
go get gopkg.in/tucnak/telebot.v2

# Run binary
go run src/main.go

Runing with docker

# Build locally
docker build . -t adilsinho/remind-bot
# Pull from Dockerhub
docker pull adilsinho/remind-bot

docker run -e TELEGRAM_BOT_TOKEN='YOUR_BOT_TOKEN' adilsinho/remind-bot