1
0
Fork 0
mirror of synced 2025-04-04 13:43:34 +03:00
Package messenger is used for making bots for use with Facebook messenger
Find a file
Harrison 1dc4bcc67d Add "/" as default WebhookURL
This is because an empty string is *invalid* in net/http and will yield
a panic.
2016-05-20 09:18:01 +10:00
cmd/bot Add comments 2016-04-15 10:34:10 +10:00
.gitignore Add handling receiving messages 2016-04-13 16:14:23 +10:00
actions.go Fix styling 2016-05-04 18:09:34 +10:00
LICENSE Initial commit 2016-04-13 10:35:25 +10:00
message.go Fix styling 2016-05-04 18:09:34 +10:00
messenger.go Add "/" as default WebhookURL 2016-05-20 09:18:01 +10:00
profile.go Add profile retrieving 2016-04-15 10:21:08 +10:00
README.md Add link to example 2016-04-15 10:41:03 +10:00
receiving.go Fix styling 2016-05-04 18:09:34 +10:00
response.go Fix styling 2016-05-04 18:09:34 +10:00

Messenger GoDoc

This is a Go library for making bots to be used on Facebook messenger. It is built on the Messenger Platform. One of the main goals of the project is to implement it in an idiomatic and easy to use fashion.

You can find an example of how to use it here

Tips

  • Follow the quickstart guide for getting everything set up!
  • You need a Facebook development app, and a Facebook page in order to build things.
  • Use ngrok to tunnel your locally runnning bot so that Facebook can reach the webhook.

Inspiration

Messenger takes design cues from: