{"id":15318324,"url":"https://github.com/appleboy/drone-facebook","last_synced_at":"2026-03-17T11:33:36.616Z","repository":{"id":57491724,"uuid":"68975093","full_name":"appleboy/drone-facebook","owner":"appleboy","description":"Drone plugin for sending Facebook notifications","archived":false,"fork":false,"pushed_at":"2023-02-25T00:12:07.000Z","size":486,"stargazers_count":14,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T08:36:57.646Z","etag":null,"topics":["docker","docker-image","drone","drone-ci","drone-plugin","go","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appleboy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-09-23T01:01:14.000Z","updated_at":"2024-10-05T23:20:43.000Z","dependencies_parsed_at":"2023-09-26T04:40:14.973Z","dependency_job_id":null,"html_url":"https://github.com/appleboy/drone-facebook","commit_stats":{"total_commits":122,"total_committers":1,"mean_commits":122.0,"dds":0.0,"last_synced_commit":"66f22cacdb8b1f6d777aa4ea94a64489346c16f8"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fdrone-facebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fdrone-facebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fdrone-facebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleboy%2Fdrone-facebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appleboy","download_url":"https://codeload.github.com/appleboy/drone-facebook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248933348,"owners_count":21185461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","drone","drone-ci","drone-plugin","go","golang"],"created_at":"2024-10-01T08:59:42.191Z","updated_at":"2026-03-17T11:33:31.586Z","avatar_url":"https://github.com/appleboy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drone-facebook\n\n[![GoDoc](https://godoc.org/github.com/appleboy/drone-facebook?status.svg)](https://godoc.org/github.com/appleboy/drone-facebook)\n[![Build Status](https://cloud.drone.io/api/badges/appleboy/drone-facebook/status.svg)](https://cloud.drone.io/appleboy/drone-facebook)\n[![Build status](https://ci.appveyor.com/api/projects/status/aexij85gjg3dsesl?svg=true)](https://ci.appveyor.com/project/appleboy/drone-facebook)\n[![codecov](https://codecov.io/gh/appleboy/drone-facebook/branch/master/graph/badge.svg)](https://codecov.io/gh/appleboy/drone-facebook)\n[![Go Report Card](https://goreportcard.com/badge/github.com/appleboy/drone-facebook)](https://goreportcard.com/report/github.com/appleboy/drone-facebook)\n[![Docker Pulls](https://img.shields.io/docker/pulls/appleboy/drone-facebook.svg)](https://hub.docker.com/r/appleboy/drone-facebook/)\n[![](https://images.microbadger.com/badges/image/appleboy/drone-facebook.svg)](https://microbadger.com/images/appleboy/drone-facebook \"Get your own image badge on microbadger.com\")\n\n[Drone](https://github.com/drone/drone) plugin for sending [Facebook Messages](https://developers.facebook.com/docs/messenger-platform). For the usage information and a listing of the available options please take a look at [the docs](http://plugins.drone.io/appleboy/drone-facebook/).\n\n## Feature\n\n* [x] Send with Text Message (Support [handlebar](https://github.com/aymerick/raymond) template).\n* [x] Send with New Image.\n* [x] Send with New Audio.\n* [x] Send with New Video.\n* [x] Send with New File.\n* [x] Support [prometheus](https://prometheus.io) metrics API.\n* [x] Automatically install TLS certificates from [Let's Encrypt](https://letsencrypt.org/).\n\n## Build\n\nBuild the binary with the following commands:\n\n```\n$ make build\n```\n\n## Testing\n\nTest the package with the following command:\n\n```\n$ make test\n```\n\n## Docker\n\nBuild the docker image with the following commands:\n\n```\n$ make docker\n```\n\n## Usage\n\nExecute from the working directory:\n\n```\ndocker run --rm \\\n  -e PLUGIN_FB_PAGE_TOKEN=xxxxxxx \\\n  -e PLUGIN_FB_VERIFY_TOKEN=xxxxxxx \\\n  -e PLUGIN_TO=xxxxxxx \\\n  -e PLUGIN_MESSAGE=test \\\n  -e PLUGIN_IMAGES=http://example.com/test.png \\\n  -e PLUGIN_AUDIOS=http://example.com/test.mp3 \\\n  -e PLUGIN_VIDEOS=http://example.com/test.mp4 \\\n  -e PLUGIN_FILES=http://example.com/test.pdf \\\n  -e PLUGIN_ONLY_MATCH_EMAIL=false \\\n  -e DRONE_REPO_OWNER=appleboy \\\n  -e DRONE_REPO_NAME=go-hello \\\n  -e DRONE_COMMIT_SHA=e5e82b5eb3737205c25955dcc3dcacc839b7be52 \\\n  -e DRONE_COMMIT_BRANCH=master \\\n  -e DRONE_COMMIT_AUTHOR=appleboy \\\n  -e DRONE_COMMIT_AUTHOR_EMAIL=appleboy@gmail.com \\\n  -e DRONE_BUILD_NUMBER=1 \\\n  -e DRONE_BUILD_STATUS=success \\\n  -e DRONE_BUILD_LINK=http://github.com/appleboy/go-hello \\\n  -e DRONE_JOB_STARTED=1477550550 \\\n  -e DRONE_JOB_FINISHED=1477550750 \\\n  -e DRONE_TAG=1.0.0 \\\n  -v $(pwd):$(pwd) \\\n  -w $(pwd) \\\n  appleboy/drone-facebook\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappleboy%2Fdrone-facebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappleboy%2Fdrone-facebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappleboy%2Fdrone-facebook/lists"}