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

https://github.com/klappvisor/orly-bookstore-bot

Source code to Telegram bookstore bot tutorial
https://github.com/klappvisor/orly-bookstore-bot

Last synced: 3 months ago
JSON representation

Source code to Telegram bookstore bot tutorial

Awesome Lists containing this project

README

          

# orly-bookstore-bot

See more in [this tutorial](http://mylifeecho.com/dev/telegram-bot-tutorial/)

Define `TELEGRAM_TOKEN` and `PAYMENTS_TOKEN` env variables with corresponding values.

Compile and run it with `stack`:

```bash
$ stack build
...
$ stack exec orly-bookstore-bot-exe
ORLY book store bot is starting...
```