An open API service indexing awesome lists of open source software.

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

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]"
}
```