Skip to content

SiriusDely/go-messenger-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-messenger-bot

Facebook Messenger Quick-Start Sample in Golang https://glitch.com/edit/#!/project/messenger-bot

building and running

go build messenger-bot.go

VERIFY_TOKEN=??? PAGE_ACCESS_TOKEN=??? ./messenger-bot

using docker

docker run --publish 8080:8080 --env VERIFY_TOKEN=??? --env PAGE_ACCESS_TOKEN=??? siriusdely/go-messenger-bot