Skip to content

likhon321/BLUM-SCRIPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

nano .env # Here you must specify your API_ID and API_HASH, the rest is taken by default python3 main.py


You can also use arguments for quick start, for example:
```shell
~/BlumTelegramBot >>> python3 main.py --action (1/2)
# Or
~/BlumTelegramBot >>> python3 main.py -a (1/2)

# 1 - Run clicker
# 2 - Creates a session

Windows manual installation

python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
copy .env-example .env
# Here you must specify your API_ID and API_HASH, the rest is taken by default
python main.py

You can also use arguments for quick start, for example:

~/BlumTelegramBot >>> python main.py --action (1/2)
# Or
~/BlumTelegramBot >>> python main.py -a (1/2)

# 1 - Run clicker
# 2 - Creates a session

Contacts

For support or questions, contact me on Telegram: Static Badge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published