webhookbot

Webhook Bot Server for Telegram and FB Messenger

View the Project on GitHub beshur/webhookbot

Webhook Bot Server

Runs a webhook commands processor.

Currently the bot is up in:

More instructions inside the bot.

Config

Config should be defined as ENV vars (because of heroku).

Example to add to .bash_profile:

export WHB_APP_HOST=https://wwwebhookbot.herokuapp.com/
export WHB_FB_VERIFY_TOKEN=
export WHB_FB_PAGE_ACCESS_TOKEN=
export WHB_FB_APP_ID=
export WHB_FB_APP_SECRET=
export WHB_GA_ID=
export WHB_FIREBASE_apiKey=
export WHB_FIREBASE_authDomain=
export WHB_FIREBASE_databaseURL=
export WHB_FIREBASE_projectId=
export WHB_FIREBASE_storageBucket=
export WHB_FIREBASE_messagingSenderId=
export WHB_INDEX_REDIRECT=

export WHB_TG_TOKEN=

export WHB_SENTRY_TOKEN=

Contribution and reuse

Feel free to suggest your features or make pull-requests.

For reuse see MIT license.