Skip to content

Instantly share code, notes, and snippets.

@penbuvt
Created October 31, 2024 19:02
Show Gist options
  • Select an option

  • Save penbuvt/9fec189b993b51ad6c576141e1b72c8d to your computer and use it in GitHub Desktop.

Select an option

Save penbuvt/9fec189b993b51ad6c576141e1b72c8d to your computer and use it in GitHub Desktop.
Call Alice
#!/bin/sh
# https://8892314440.date/
# https://www.youtube.com/watch?v=UlHK7uqyzQQ
# https://jellyhoshiumi.itch.io/alice
exec mpv "$(curl -s 'https://alice-phone-5fb44fa2053e.herokuapp.com/call' -X POST -H 'Content-Type: application/json' --data-raw '{"time":"'"$(date +%H:%M)"'"}' | jq -r .data)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment