dalerka / discourse-facebook-auto-publish

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:JavaScript 100.0%