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 Shoebridge ce641cb233 Rewrite handlers management
Having everything under the one hood was not working. Doing this we can
parse more information in a neater fashion
2016-04-13 19:26:31 +10:00
cmd/bot Rewrite handlers management 2016-04-13 19:26:31 +10:00
.gitignore Add handling receiving messages 2016-04-13 16:14:23 +10:00
actions.go Add delivery messages 2016-04-13 19:12:23 +10:00
LICENSE Initial commit 2016-04-13 10:35:25 +10:00
message.go Rewrite handlers management 2016-04-13 19:26:31 +10:00
messenger.go Rewrite handlers management 2016-04-13 19:26:31 +10:00
README.md Add a proper README 2016-04-13 17:09:28 +10:00
receiving.go Add delivery messages 2016-04-13 19:12:23 +10:00
response.go Add message sending 2016-04-13 17:02:02 +10:00

Messenger

This is a Go library for making bots to be used on Facebook messenger. It makes of 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!

Inspiration

Messenger takes design cues from: