Experimental landline for Varia
Go to file
decentral1se 04afff007e
docs: add no.
2023-05-22 00:04:26 +02:00
.gitignore feat: init chaos 2023-04-22 19:02:44 +02:00
README.md docs: add no. 2023-05-22 00:04:26 +02:00
about.go feat: init chaos 2023-04-22 19:02:44 +02:00
go.mod feat: init chaos 2023-04-22 19:02:44 +02:00
go.sum feat: init chaos 2023-04-22 19:02:44 +02:00
record.go refactor: less noisy logging 2023-05-08 12:08:56 +02:00

README.md

varialine

+3197010259094

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