Skip to content

theboyofdream/telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uninstall Python and their Env variables

Install miniconda from conda

SETUP

create isolated environment

conda create --name tenv

start isolated environment

conda activate tenv

install required packages

pip install telethon crypty py-mon watchdog requests pyshorteners
# OR
pip install -r requirements.txt

start bot

pymon main.py

Packages used

  • telethon
  • crypty
  • py-mon
  • watchdog
  • requests
  • pyshorteners

NOTE:

Edit strings.py to make it work properly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages