1
0
Fork 0
mirror of synced 2025-04-05 06:03:32 +03:00
Package messenger is used for making bots for use with Facebook messenger
Find a file
2025-03-21 17:07:11 +03:00
.github/workflows remove Go versions older than 1.16 2025-03-21 14:24:45 +03:00
examples ci & examples fixes 2025-03-21 14:20:22 +03:00
.gitignore Messenger downstream patches (#1) 2021-02-09 11:14:42 +03:00
.golangci.yml update lint rules 2025-03-21 14:22:28 +03:00
actions.go Sender actions support 2022-07-29 15:40:30 +03:00
go.mod remove Go version that was carelessly added by IDE 2025-03-21 16:13:25 +03:00
go.sum Wrapped errors with xerrors 2019-07-31 00:38:58 +03:00
LICENSE Initial commit 2016-04-13 10:35:25 +10:00
message.go add reaction sending support for Instagram 2025-03-21 16:08:48 +03:00
messenger.go Merge e00f1b6887 into 20736ef44d 2025-03-21 17:07:11 +03:00
messenger_test.go update recipient (#8) 2021-08-24 10:13:05 +03:00
pass_thread_control.go Fixed staticcheck warnings 2019-07-25 14:37:27 +03:00
profile.go update lint rules 2025-03-21 14:22:28 +03:00
README.md Messenger downstream patches (#1) 2021-02-09 11:14:42 +03:00
receiving.go add reactions to MessageInfo 2025-03-21 13:46:57 +03:00
response.go Merge e00f1b6887 into 20736ef44d 2025-03-21 17:07:11 +03:00
response_test.go buffer from decoder in unmarshal error 2022-01-27 17:18:26 +03:00
settings.go Pointer instead of slice in StructuredMessageElement (#3) 2021-02-17 15:15:29 +03:00
unmarshal_error.go json error text tests fix 2022-01-28 12:28:24 +03:00
unmarshal_error_test.go unmarshal error text 2022-01-28 12:24:58 +03:00

Messenger

Build Status Coverage GitHub release Go Report Card GoLang version pkg.go.dev

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.

You can find examples for this library here.

Tips

  • Follow the quickstart guide for getting everything set up!
  • You need a Facebook development app, and a Facebook page in order to build things.
  • Use ngrok to tunnel your locally running bot so that Facebook can reach the webhook.

Projects

This is a list of projects use messenger. If you would like to add your own, submit a Pull Request adding it below.

  • meme-maker by @paked: A bot which, given a photo and a caption, will create a macro meme.
  • drone-facebook by @appleboy: Drone.io plugin which sends Facebook notifications