/survbot

Primary LanguagePHP

Facebook Messenger Bot

Built by James Wallace <sausages@gmail.com> 
Built for Brad Johnson <bjj3303@gmail.com>

This app uses PHP to handle interactions with the Messenger API over HTTPS.

1) Install composer.
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === '669656bab3166a7aff8a7506b8cb2d1c292f042046c5a994c43155c0be6190fa0355160742ab2e1c88d40d5be660b410') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"

2) Configure environment variables
The current setup of the app hides secret configurations in environment variables.  Make sure to put appropriate values for each of the following:
FB_GRAPH_VERSION, FB_PAGE_TOKEN, FB_APP_ID, FB_APP_SECRET, MEMCACHIER_USERNAME, MEMCACHIER_PASSWORD, MEMCACHIER_SERVERS