# 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 ```