Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miladhzzzz/go-telegram-btc
https://github.com/miladhzzzz/go-telegram-btc
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miladhzzzz/go-telegram-btc
- Owner: miladhzzzz
- Created: 2024-03-01T14:44:43.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-07T09:16:46.000Z (9 months ago)
- Last Synced: 2024-11-05T22:32:20.477Z (about 2 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bitcoin tracker telegram bot
this bot will help you track bitcoin price and notifies you if the target price is reached!
## Usage
1. clone the repository
```shell
git clone https://github.com/miladhzzzz/go-telegram-bot.git
```2. run the initialization script to run it as docker image(YOU HAVE TO PROVIDE YOUR BOT TOKEN AS AN ARGUMENT!!!)
```shell
cd go-telegram-bot
chmod +x init.sh
./init.sh YOUR_TELEGRAM_BOT_TOKEN
```