Skip to content

alexivanenko/my_simple_reminder_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Reminder Telegram Bot

Simple golang and mongodb driven reminder bot

Requirements

Reminder Bot version 0.1 requires Go >= 1.7 and MongoDB >=3.2.x

Installation
$ go get github.com/alexivanenko/my_simple_reminder_bot/...
$ cd my_simple_reminder_bot
$ cp config.sample config.ini
$ make

Create 'simple_reminder' DB in the MongoDB installation, 'events' collection and also add the new DB user. Mongo authentication credentials in the config.ini file.

Next step is installation of the notifications manager.

$ go get github.com/alexivanenko/my_simple_reminder_manager/...
$ cd my_simple_reminder_manager
$ cp config.sample config.ini
$ make

About

Simple Reminder Telegram Bot

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published