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

https://github.com/imomaliev/siri-shortcuts

Siri shortcuts project
https://github.com/imomaliev/siri-shortcuts

Last synced: 2 months ago
JSON representation

Siri shortcuts project

Awesome Lists containing this project

README

        

# siri-shortcuts
Siri shortcuts project

## Setup steps

### Zapier
1. add webhook
2. put python code in it

### Shortcuts
1. Url with webhook
2. Text -> Var for Login, Password, Email
3. Ask for input "When":Date
4. Get date from "prev" -> Var
5. Get contens of "Url". POST request with json data of `{"login": ..., "password": ..., "email": ..., "date": ...}`
6. Speak Date
7. End shortcut