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
- Host: GitHub
- URL: https://github.com/imomaliev/siri-shortcuts
- Owner: imomaliev
- License: mit
- Created: 2020-05-02T12:15:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T05:13:03.000Z (about 5 years ago)
- Last Synced: 2025-02-14T00:23:07.731Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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