Skip to content

aaneto/remind-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A telegram bot for message reminding

Resources

License

Stars

Watchers

Forks

Packages

No packages published