/discourse-facebook-auto-publish

Discourse posts are publish to Facebook. https://www.discourse.org/

Primary LanguageJavaScriptApache License 2.0Apache-2.0

discourse-facebook-auto-publish

Notes

A specially developed daemon for publish discourse articles to the facebook group.

Usage

  • Install dependency
$ npm insatll
  • Start daemon
    • It has a pre-process to get the Facebook token.
$ npm start
  • Stop daemon
$ npm stop

Configuration

DISCOURSE_URL=https://jsdev.kr
FACEBOOK_APP_ID=
FACEBOOK_SECRET=
FACEBOOK_GROUP_ID=
POLLING_INTERVAL_SEC=60
POSTED_AFTER_MIN=5

To do

  • Post to other facebook groups by category.
  • Posting the same post to multiple groups.

Caution

  • Facebook can block or audit your account.

License

MIT License