Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1022 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 1022 Bytes

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