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
- Host: GitHub
- URL: https://github.com/klappvisor/orly-bookstore-bot
- Owner: klappvisor
- License: bsd-3-clause
- Created: 2017-05-28T17:31:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T12:21:38.000Z (about 9 years ago)
- Last Synced: 2025-09-25T13:05:47.456Z (9 months ago)
- Language: Haskell
- Homepage: http://mylifeecho.com/dev/telegram-bot-tutorial/
- Size: 8.79 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...
```