1
0
mirror of synced 2024-11-22 04:46:05 +03:00
Package messenger is used for making bots for use with Facebook messenger
Go to file
Harrison Shoebridge 9618f8790f Add tips
2016-04-14 20:10:40 +10:00
cmd/bot Fix stutter 2016-04-14 10:25:48 +10:00
.gitignore Add handling receiving messages 2016-04-13 16:14:23 +10:00
actions.go Add documentation of actions 2016-04-14 09:47:15 +10:00
LICENSE Initial commit 2016-04-13 10:35:25 +10:00
message.go Add documentation to Message and Delivery 2016-04-14 09:53:55 +10:00
messenger.go Fix spelling mistake 2016-04-14 10:27:05 +10:00
README.md Add tips 2016-04-14 20:10:40 +10:00
receiving.go Add documentation to receiving 2016-04-14 10:07:23 +10:00
response.go Add Response documentation 2016-04-14 10:23:45 +10:00

Messenger

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.

It is currently in very early development. Discussion is much appreciated!

Tips

  • 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: