Skip to content

rt1e/currencyconverterbelbot

Repository files navigation

currencyconverterbelbot

Python 3.8 Code Style: Black PyPI

Description

Bot showing exchange rates of Belarusian banks (Long Poll)

how to use

clone or fork this repo

  • edit the config.py in folder currencyconverterbelbot (enter your bot token received from @BotFather to access the HTTP API) or define the TO:KEN as an argument
  • run poetry install
  • run python3 bot.py -t TOKEN if TOKEN in config.py or run python3 bot.py -t TO:KEN

install from pypi

  • run poetry add currencyconverterbelbot
  • run currencyconverterbelbot -t TOKEN if TOKEN in config.py or run currencyconverterbelbot -t TO:KEN

run as docker container

  • run docker build -t currencyconverterbelbot .
  • edited token in Dockerfile
  • run docker run currencyconverterbelbot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published