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

https://github.com/kirito41dd/fkbro-bot

A telegram bot for querying bitcoin information. @fkbro_bot
https://github.com/kirito41dd/fkbro-bot

bitcoin btc telegram telegram-bot

Last synced: about 1 month ago
JSON representation

A telegram bot for querying bitcoin information. @fkbro_bot

Awesome Lists containing this project

README

        

# fkbro-bot
welcome to use this bot [@fkbro_bot](https://t.me/fkbro_bot).

build your own bot:
1. get your bot token from [@BotFather](https://t.me/BotFather).
2. quick run with docker.
```bash
# test run
docker run -it --rm kirito41dd/fkbro-bot -t
# server run
docker run --restart always kirito41dd/fkbro-bot -t
```