Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gianttreelp/nimses-adimate

A simple script that automatically clicks ads in the Nimses Android app 🤖💸
https://github.com/gianttreelp/nimses-adimate

automation nimses

Last synced: 2 days ago
JSON representation

A simple script that automatically clicks ads in the Nimses Android app 🤖💸

Awesome Lists containing this project

README

        

# Nimses Adimate (Nimses Ad Automate)

[![GitHub issues](https://img.shields.io/github/issues/GiantTreeLP/nimses-adimate.svg)](https://github.com/GiantTreeLP/nimses-adimate/issues)
[![GitHub stars](https://img.shields.io/github/stars/GiantTreeLP/nimses-adimate.svg)](https://github.com/GiantTreeLP/nimses-adimate/stargazers)
[![PyPI](https://img.shields.io/pypi/v/nimses-adimate.svg)](https://pypi.org/project/nimses-adimate/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nimses-adimate.svg)
![PyPI - Status](https://img.shields.io/pypi/status/nimses-adimate.svg)

This script automatically clicks ads in the Nimses Android app.

Simply launch the `nimses-adimate` module (`__main__.py` file) and follow the instructions.
They will guide you through connecting your Android Smartphone to your PC.
First it needs to be connected through USB to switch to networked mode and then use WiFi
for the rest of the process.

## Requirements

- An Android device, preferably with a modern version of Android
- USB Debugging enabled on that device

## Recommendations

This script and the Nimses app itself consume quite a bit of power,
just keep your phone charging the whole time and don't worry about the power consumption.

You should also enable "Stay awake" to make sure your device doesn't lock itself.

## Running

If you are just interested in running this application, run the following commands
depending on the way you like to use this application.

### PyPi

pip install nimses-adimate
python -m nimses-adimate

### Git

git clone https://github.com/GiantTreeLP/nimses-adimate
pip install -r requirements.txt
python -m nimses-adimate

## Dependencies

This script uses the following libraries:

- [`adbutils`](https://pypi.org/project/adbutils)
- [`opencv-python`](https://pypi.org/project/opencv-python/)
- [`numpy`](https://pypi.org/project/numpy/)

## Binary dependencies

This script requires the Android Debugging Bridge (ADB).
The Windows binaries are bundled with this repository.
If you are using a different operating system, make sure the `adb` executable is in the executable path.