An open API service indexing awesome lists of open source software.

https://github.com/yangshun/simple-todo-bot


https://github.com/yangshun/simple-todo-bot

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Todo Bot

A telegram bot that manages your todos:

Screenshot

### 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
```