https://github.com/ts95/currencybot
A Telegram bot for converting currencies
https://github.com/ts95/currencybot
Last synced: 3 months ago
JSON representation
A Telegram bot for converting currencies
- Host: GitHub
- URL: https://github.com/ts95/currencybot
- Owner: ts95
- Created: 2016-03-03T20:39:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-06T22:05:53.000Z (over 10 years ago)
- Last Synced: 2025-03-05T19:29:41.523Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
currencybot
===
A Telegram bot for converting currencies.
# Setup
Run `npm install` and create a `config.json` file with the following contents:
```
{
"app_id": "[your openexchangerates key]",
"bot_token": "[your telegram bot token]"
}
```