keidrun / slackbot-exchange-rate

Slack bot to ask echange rate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slackbot-exchange-rate

Slack bot to ask echange rate.

Settings

  • Make your work space on Slack
  • Install Bots to your Slack and check a token
  • Clone this repository and make below settings file.
$ touch settings.yml
$ vi settings.yml
API_TOKEN : "YOUR TOKEN FOR BOTS"
$ pip install -r requirements.txt

Execute

$ python mybot/run.py

Questions you can ask to the bot

hi

rates

  • USD/JPY
  • CAD/JPY
  • JPY/USD
  • JPY/CAD

About

Slack bot to ask echange rate.

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%