https://github.com/tas33n/ads-remover-bot
Ads remover telegram bot written in Node.js using Apktool
https://github.com/tas33n/ads-remover-bot
ads adsremover android apk apksigner apktool bot nodejs telegram telegrambot tgbot
Last synced: about 2 months ago
JSON representation
Ads remover telegram bot written in Node.js using Apktool
- Host: GitHub
- URL: https://github.com/tas33n/ads-remover-bot
- Owner: tas33n
- Created: 2023-06-06T15:55:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T17:44:45.000Z (about 3 years ago)
- Last Synced: 2023-09-14T19:44:59.966Z (almost 3 years ago)
- Topics: ads, adsremover, android, apk, apksigner, apktool, bot, nodejs, telegram, telegrambot, tgbot
- Language: JavaScript
- Homepage: https://t.me/fudding_bot
- Size: 17.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADS REMOVER TELEGRAM BOT
A telegram bot that can remove simple app ads by using some commonly used ads regex founds here : https://adsregex.misfitsdev.xyz
## Requirements
- Nodejs
- NPM
- APKTool
- APKSigner
## Installation
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
```
## Run in Repl.it
## ?
If u can make this even better then please do..