https://github.com/panilya/tgcryptobot
Cryptocurrency Prices Telegram Bot
https://github.com/panilya/tgcryptobot
bot crypto cryptocurrency telegram telegram-bot
Last synced: 10 months ago
JSON representation
Cryptocurrency Prices Telegram Bot
- Host: GitHub
- URL: https://github.com/panilya/tgcryptobot
- Owner: panilya
- License: gpl-3.0
- Created: 2022-03-09T12:35:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T16:12:38.000Z (almost 4 years ago)
- Last Synced: 2025-06-05T12:16:22.063Z (about 1 year ago)
- Topics: bot, crypto, cryptocurrency, telegram, telegram-bot
- Language: Java
- Homepage:
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tgcryptobot
## Requirements:
- Java 11.
- [Create a new bot](https://core.telegram.org/bots#6-botfather) and get an authentication token for your bot.
## How to run by yourself:
### Windows:
1. Clone repository somewhere
2. Install Java 11 and run `gradle shadowJar`
3. Set Telegram Bot Token as environmental variable:
`setx TG_API ""`
4. Build Dockerfile: `docker build -t tgcryptobot:1.1.2 .`
5. Run Docker image: `docker run -p 8080:8080 -e TG_API tgcryptobot:1.1.2`
6. Enjoy!