wasdee / nerdbot

A nerd facebook chatbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A nerd facebook chatbot

License:GNU General Public License v3.0


Languages

Language:Python 97.2%Language:Makefile 2.8%