A telegram bot that can remove simple app ads by using some commonly used ads regex founds here : https://adsregex.misfitsdev.xyz
- Nodejs
- NPM
- APKTool
- APKSigner
Simply clone the repository and install the modules:
git clone /~https://github.com/tas33n/ads-remover-bot.git
cd ads-remover-bot
npm i
Replace Bot token with yours.
To run the bot, execute the following:
npm start
If u can make this even better then please do..