Facebook Messenger Bot built using Django and NLTK-Chatbot
Please update below lines in fbbot/settings.py
where ACCESS_TOKEN
and VALIDATION_TOKEN
are from facebook and API_KEY
is for kgsearch.googleapis.com
ACCESS_TOKEN = "< Access token >"
VALIDATION_TOKEN = "< VALIDATION_TOKEN >"
API_KEY = "< API key >"
for more details checkout Facebook Integration.ipynb