An open API service indexing awesome lists of open source software.

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

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


import Replit

## ?

If u can make this even better then please do..