Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 546 Bytes

File metadata and controls

19 lines (10 loc) · 546 Bytes

View live prices with Telegram bot

This is a special bot for Telegram where you can view live prices (Crypto/Iranian Dollar) and set its automatic time for posting prices on your channel.

How to use bot

first you have to create Enviroment/project on cmd with python

python -m venv <Your-project-name>

after That you have to install package with pip :

pip install telebot

pip install beautifulsoup4

According to the project you created, add and run the following files: main.py config.py init.py and _pytransform.dll

Done.