Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.43 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.43 KB

Telegram ExchangeRatesBot

CI Codacy Badge Codacy Badge GPLv3 Code style: black

Telegram bot actual exchange rates for travel, work and daily life.

Online since 01 July 2015.

https://telegram.me/ExchangeRatesBot

Translations

Don't have your localization? Any translation errors? Help fix it.

👉 PoEditor.com

How to run

cp .env.default .env

Configure your .env:

BOT_TOKEN - set up

docker-compose up

Development

See manage commands

docker-compose run service ./manage.py

How to run tests

docker-compose run service ./manage.py test