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