Skip to content

Latest commit

 

History

History
executable file
·
24 lines (18 loc) · 410 Bytes

README.md

File metadata and controls

executable file
·
24 lines (18 loc) · 410 Bytes

CardaBot Telegram

A Cardano Telegram bot by EveryBlock Studio.

Install

Python version >=3.10 is required.

Create and activate a python virtual environment (recommended):

python -m venv env/
source env/bin/activate

Install requirements:

python -m pip install -r requirements.txt

Run

Execute the bot application:

python -m cardabot_telegram.app