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
- Host: GitHub
- URL: https://github.com/kirito41dd/fkbro-bot
- Owner: kirito41dd
- License: apache-2.0
- Created: 2022-12-31T11:52:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T14:06:04.000Z (about 2 years ago)
- Last Synced: 2025-02-11T10:24:35.455Z (3 months ago)
- Topics: bitcoin, btc, telegram, telegram-bot
- Language: Rust
- Homepage: https://t.me/fkbro_bot
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```