https://github.com/yangshun/simple-todo-bot
https://github.com/yangshun/simple-todo-bot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yangshun/simple-todo-bot
- Owner: yangshun
- License: mit
- Created: 2016-05-19T16:24:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-21T15:28:00.000Z (over 9 years ago)
- Last Synced: 2025-05-05T22:09:54.546Z (5 months ago)
- Language: Go
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Todo Bot
A telegram bot that manages your todos:
### Set up:
1. Create a Postgres database and run `todos.sql`.
2. Copy `config.go.example` as `config.go` and replace the respective values in `config.go`.
```
$ cp config/config.go.example config/config.go
```3. Running the program.
```
$ go run main.go
```