Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🤖💸
- Host: GitHub
- URL: https://github.com/gianttreelp/nimses-adimate
- Owner: GiantTreeLP
- License: mit
- Created: 2019-07-20T18:32:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T16:45:50.000Z (over 5 years ago)
- Last Synced: 2024-11-03T12:06:21.372Z (4 days ago)
- Topics: automation, nimses
- Language: Python
- Size: 62.5 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.