Edit REFERRER_ID
in config.py with your WARP id.
Where can I get my WARP id?
// debian-based
apt install python3 python3-pip
// arch-based
pacman -Sy python
git clone https://github.com/mishailovic/warpy
cd warpy
pip3 install -r requirements.txt
python3 main.py
- Download Python
- Download repo and unpack it
- From folder of downloaded repo run cmd/powershell and excute following:
py -m pip install -r requirements.txt
- Launch with -
py main.py
or by double-clicking on main.py