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.
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.