Skip to content

mrhakimov/buy-event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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