1
0
mirror of synced 2024-11-22 21:06:06 +03:00
messenger/README.md

13 lines
568 B
Markdown
Raw Normal View History

2016-04-13 10:09:28 +03:00
# Messenger
2016-04-13 12:51:28 +03:00
This is a Go library for making bots to be used on Facebook messenger. It is built on the [Messenger Platform](https://developers.facebook.com/docs/messenger-platform). One of the main goals of the project is to implement it in an idiomatic and easy to use fashion.
2016-04-13 10:09:28 +03:00
**It is currently in very early development. [Discussion](https://github.com/paked/messenger/issues/new) is much appreciated!**
## Inspiration
Messenger takes design cues from:
- [`net/http`](https://godoc.org/net/http)
- [`github.com/nickvanw/ircx`](https://github.com/nickvanw/ircx)