https://github.com/x13a/moex-currency-bot
MOEX currency exchange rates telegram bot
https://github.com/x13a/moex-currency-bot
go golang moex telebot telegram telegram-bot tinkoff
Last synced: over 1 year ago
JSON representation
MOEX currency exchange rates telegram bot
- Host: GitHub
- URL: https://github.com/x13a/moex-currency-bot
- Owner: x13a
- License: gpl-3.0
- Created: 2024-11-06T12:14:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T12:37:31.000Z (over 1 year ago)
- Last Synced: 2025-01-10T00:06:36.708Z (over 1 year ago)
- Topics: go, golang, moex, telebot, telegram, telegram-bot, tinkoff
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# moex-currency-bot
MOEX currency exchange rates telegram bot.

## Setup
```shell
make fix-perm
```
You have to set `BOT_TOKEN` env to your telegram bot token in `config/bot.env`.
You have to set `TINKOFF_TOKEN` env to your tinkoff invest api token in `config/bot.env`.
## Run
```shell
docker compose -f ./compose.polling.yaml up -d
```
## License
[](https://www.gnu.org/licenses/gpl-3.0.en.html)