maltsev / UnitConversionBot

Telegram bot that converts units (e.g. feet → meters)
https://t.me/UnitConversionBot
GNU General Public License v3.0
8 stars 1 forks source link

Unit Conversion Bot Build status

A Telegram bot that converts units (e.g. feet → meters). Uses AWS Lambda.

Local Setup

  1. Install Python 3 and pipenv.
  2. Run pipenv install --dev.
  3. Run pipenv run make serve-local to run it locally.

To run tests run pipenv run make test.

Deploy

Copy .chalice/config.example.json to .chalice/config.json. Insert an API key from Open Exchange Rates and a S3 bucket name to the config file.

License

GNU General Public License v3.0 See LICENSE.txt to see the full text.