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 -ypkg rem python -ypkg i tur-repo -ypkg i python3.10 -yln -sf /data/data/com.termux/files/usr/bin/python3.10 /data/data/com.termux/files/usr/bin/python3python3 --versionIf 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 -ygit clone https://github.com/asish1346/NotPX-Ad.gitcd NotPX-Adpip3.10 install -r requirements.txtnano query_ids.txtIf you want to add a proxy, follow these steps:
- Edit
proxies.txt:
nano proxies.txt- Install
patchelfto 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.soEnsure 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.pyBy following these steps, your NotPX-Ad bot will be up and running on Termux, ready to automate ad-watching tasks using your query IDs.