This repository has been archived on 2024-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
varialine/README.md
2023-04-22 19:02:44 +02:00

450 B

varialine

Varia landline experiments.

hacking

export TWILIO_ACCOUNT_SID=...
export TWILIO_AUTH_TOKEN=...
ngrok config add-authtoken ...
ngrok http 1312

about.go

  • receives incoming calls
  • plays a espeak-like message back
go run about.go

record.go

  • receives incoming calls
  • prompts for message, records it
  • downloads them from Twilio infra
  • deletes them from Twilio infra
go run record.go