maltsev / UnitConversionBot

Telegram bot that converts units (e.g. feet → meters)

Home Page:https://t.me/UnitConversionBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Telegram bot that converts units (e.g. feet → meters)

https://t.me/UnitConversionBot

License:GNU General Public License v3.0


Languages

Language:Python 99.0%Language:HTML 0.6%Language:Makefile 0.4%