Complicated
What is Complicated?
Complicated is a simple app that lets you update your Apple Watch face complications with WebHooks. You can also use IFTTT and Zapier to update the WebHooks.
https://mikelyons.org/complicated
How to install complicated-python
pip install complicated
How to use the Complicated CLI tool
It's easy to update your Apple Watch Complications using the command line. The
command is just complicated, and you pass in API key, Complication type and
your new value in parenthesis
Usage: complicated <Complicated API Key> <complication type> "<New Value>"
Example:
complciated abcd1234 modularLarge "Hello World\nCan you see me"
Arguments:
API Key: You can get this from the settings page in the Complicated appComplication Type: The complication that you want to update to the new value. Here is a list of the available types: [ circularSmall, extraLarge, graphicBezel, graphicCorner, graphicRectangular, modularLarge, modularSmall, utilitarianLarge, utilitarianSmall ]New Value: The new value to change the complciation to. Surround it with quotes if you want to include spaces. Use \n for new lines.
How to use the Python Library
The python library is also dirt simple to use:
from complicated import changeComplication
# Usage: changeComplication( '<api key>', '<complication type>', '<new value>' )
changeComplication( 'abcd1234', 'utilitarianSmall', 'new value' )
Release files for complicated 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| complicated-1.1.0.tar.gz | 5.1 kB | Details |
Release files / complicated-1.1.0.tar.gz
| Download URL | complicated-1.1.0.tar.gz |
|---|---|
| Size | 5.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ef05c327f3234b021424239ed097dc9847a2e97b6db55df6b6725f936cf68325
|
|
BLAKE2b-256 checksum How to use checksums |
53f3cce20cf66563b827d04692d263c56419ef642233b03d951d4d89670a486e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.10
|