Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 513 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 513 Bytes

Zig Zag

ZigZagWorld claimer https://t.me/ZigZagWorldBot

Configuration ⚙️

  1. Get api id and api hash from here
  2. Create .env and put your api id and api hash: cp .env-example .env nano .env

Library Installation 📚

  1. python3 -m venv venv
  2. source venv/bin/activate for linux
  3. .\venv\Scripts\activate.bat for Windows
  4. poetry init
  5. poetry install

Start bot 🤖:

python3 main.py

Python Version 🐍

Preferably python 3.10+