/nerdbot

A nerd facebook chatbot

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

NerdBot

A nerd facebook chatbot

Instalation

To use Nerd bot please follow the instructions below:

1) Requirements

Run the following code:

pip install -r requirements.txt

2) Configure Enviroments

There are two environments variables that need to be setting:

export VERIFY_TOKEN=[YOUR VERUFY TOKEN HERE]
export PAGE_ACCESS_TOKEN=[YOUR PAGE ACCESS TOKEN HERE]

3) RUN

To run the application use the following command:

python runserver.py

OR, you can deploy with heroku

Deploy