This is a Telegram mini-app bot for automatically watching ads using query IDs.
Follow the steps below to set up Not-pixel-auto-watch-ads on Termux.
pkg update && pkg upgrade -y
pkg rem python -y
pkg i tur-repo -y
pkg i python3.10 -y
ln -sf /data/data/com.termux/files/usr/bin/python3.10 /data/data/com.termux/files/usr/bin/python3
python3 --version
If it shows python3.10.xx
(e.g., python 3.10.14
), the setup is complete.
Follow the instructions below to set up the bot.
pkg install git nano -y
git clone https://github.com/asish1346/NotPX-Ad.git
cd NotPX-Ad
pip3.10 install -r requirements.txt
nano query_ids.txt
If you want to add a proxy, follow these steps:
- Edit
proxies.txt
:
nano proxies.txt
- Install
patchelf
to Modify the Binary:
pkg install patchelf -y
- Run the Following Command to Add Python Runtime to the Binary:
patchelf --add-needed libpython3.10.so.1.0 pyarmor_runtime_004817/android_aarch64/pyarmor_runtime.so
Ensure that you're aware of the potential consequences of running automated scripts to watch ads, as it may violate the terms of service of platforms involved. Always use such tools responsibly.
Once everything is set up, you can start the bot with the following command:
python3.10 wrap.py
By following these steps, your NotPX-Ad bot will be up and running on Termux, ready to automate ad-watching tasks using your query IDs.