Skip to content

ahhda/gifbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gifbot

Gifbot is a Facebook Messenger Bot that sends you a GIF everytime you send it a message. Built using Flask.

Gifbot View

Demo

m.me/sendmeagif

Facebook Page

fb.com/sendmeagif

Running the bot

Messenger bots uses a web server to process messages it receives or to figure out what messages to send. You also need to have the bot be authenticated to speak with the web server and the bot approved by Facebook to speak with the public.

Create a file called config.py that looks like config_example.py. Fill in the necessary values.

Build the server using heroku

git init
git add .
git commit --message 'hello world'
heroku create
git push heroku master

To learn more on how to setup the Facebook page and setup the bot refer to messenger tutorial.

Powered by Giphy

About

A Facebook Messenger Bot for finding the right GIF.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages