Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 301 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 301 Bytes

buy-event

How to run?

  1. Set values to environment variables:
MAIN_PHONE=source_phone_number
TWILIO_ACCOUNT_SID=twilio_sid
TWILIO_AUTH_TOKEN=twilio_auth_token
MAIN_EMAIL=source_email
MAIN_EMAIL_PASSWORD=source_email_password
go run main.go

or

go build
./buy-event