1
0
mirror of synced 2024-11-25 06:16:07 +03:00

Add a proper README

This commit is contained in:
Harrison Shoebridge 2016-04-13 17:09:28 +10:00
parent 7fed4ecf28
commit f4f2d7a154

View File

@ -1,2 +1,12 @@
# messenger
Package messenger is used for making bots for use with messenger.com
# Messenger
This is a Go library for making bots to be used on Facebook messenger. It makes of 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.
**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)