Skip to content

schr1k/CentralBankExchangeBot

Repository files navigation

Телеграм-бот курс валют


Установка:

  • Windows
    python -m venv venv
  • Linux
    python3 -m venv venv
pip install -r requirements.txt

Запуск:

  • Windows
    python main.py
  • Linux
    python3 main.py

Docker

  • Разработка:

    docker compose watch
  • Продакшн:

    docker compose up --build -d

About

Telegram bot for getting current exchange rate of the central bank

Resources

License

Code of conduct

Stars

Watchers

Forks