This is a library of ready-made scripts written in Python and using the free Clicker API.
NomixClicker is a controlling dongle for iOS. It allows manual control, automatic control via API, and fully autonomous AI mode.
Part of the features are work-in-progress, see the Roadmap.
Example: quick script for Reddit warmup.
Setup is easy. Just make sure you have Python, and then:
pip install -r requirements.txt
Buy a Clicker device if you don't have it (delivery takes ~2 weeks to any place in the world), then open the Panel and get your API token.
Purchase on the official site only.
Make a copy of config.example.json and name it config.json. Enter your API token and device id in appropriate fields.
Now you can launch any script from the scripts folder, for example:
python3 -m scripts.airplane-mode-iphone-12
Manual control of iPhones will work out-of-the-box, no setup needed.
The Library is designed to be easily extendable. Here are the scripts provided as examples (more will be added):
- restart_all_devices.py - Restarts all devices associated with your account.
- airplane-mode-iphone-12.py - Toggles airplane mode on and off on iPhone 12.
- switch-screen-viewing-iphone-12.py - Turns on/off Clicker screen viewing.