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

25 lines
2.0 KiB
Markdown
Raw Normal View History

# Messenger
[![Build Status](https://github.com/retailcrm/messenger/workflows/ci/badge.svg)](https://github.com/retailcrm/messenger/actions)
[![Coverage](https://img.shields.io/codecov/c/gh/retailcrm/messenger/master.svg?logo=codecov&logoColor=white)](https://codecov.io/gh/retailcrm/messenger)
[![GitHub release](https://img.shields.io/github/release/retailcrm/messenger.svg?logo=github&logoColor=white)](https://github.com/retailcrm/messenger/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/retailcrm/messenger)](https://goreportcard.com/report/github.com/retailcrm/messenger)
[![GoLang version](https://img.shields.io/badge/go->=1.11-blue.svg?logo=go&logoColor=white)](https://golang.org/dl/)
[![pkg.go.dev](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/retailcrm/messenger)
2016-04-13 10:09:28 +03:00
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
You can find [examples for this library here](https://github.com/retailcrm/messenger/blob/master/examples/).
2019-01-04 12:45:37 +03:00
2016-04-14 13:10:40 +03:00
## Tips
2016-04-15 03:33:50 +03:00
- Follow the [quickstart](https://developers.facebook.com/docs/messenger-platform/quickstart) guide for getting everything set up!
2016-04-14 13:10:40 +03:00
- You need a Facebook development app, and a Facebook page in order to build things.
2016-11-27 12:22:11 +03:00
- Use [ngrok](https://ngrok.com) to tunnel your locally running bot so that Facebook can reach the webhook.
2016-04-14 13:10:40 +03:00
2016-09-28 12:28:12 +03:00
## Projects
2016-09-28 12:23:56 +03:00
This is a list of projects use `messenger`. If you would like to add your own, submit a [Pull Request](https://github.com/retailcrm/messenger/pulls/new) adding it below.
2016-09-28 12:23:56 +03:00
2016-11-05 03:04:39 +03:00
- [meme-maker](https://github.com/paked/meme-maker) by @paked: A bot which, given a photo and a caption, will create a macro meme.
2016-09-28 12:28:12 +03:00
- [drone-facebook](https://github.com/appleboy/drone-facebook) by @appleboy: [Drone.io](https://drone.io) plugin which sends Facebook notifications