ZigZagWorld claimer https://t.me/ZigZagWorldBot
- Get api id and api hash from here
- Create
.env
and put your api id and api hash:cp .env-example .env
nano .env
python3 -m venv venv
source venv/bin/activate
for linux.\venv\Scripts\activate.bat
for Windowspoetry init
poetry install
python3 main.py
Preferably python 3.10+