Skip to content

A facebook messenger bot inspired by the Dude (The Big Lebowski)

License

Notifications You must be signed in to change notification settings

manparvesh/BotDude

Repository files navigation

Bot Dude

Build Status Python License Open Source Love forages
forthebadge

A facebook messenger bot inspired by the Dude (The Big Lebowski)

Objective

I developed Bot Dude mainly for fun. Moreover, anyone can contribute to this project by suggesting more fun features that can be added or by sending a PR 😄
You can take a look at the contributing guidelines for any help required.
A lot of help was taken from Swapnil's project JARVIS.

About the Dude

The dude

The Dude is the main character in the movie The Big Lebowski. It is a 1988 American neo-noir crime comedy film. You can read more about it here, or, even better, watch it to make your experience talking to the dude more fun!

Usage

The Dude is now live here and public! Feel free to send a message! 😄

Sample Queries

Hi, dude!
Duuuuuude!
:P
Yay!
How are you?
What are you doing?
Do you know about God?
Who made you?
Who is Man Parvesh?
:D
Goodbye dude!
help
Who are you?
Tell me a joke
Tell me a quote

Local Development / Testing

  1. Clone this repo.
  2. sudo apt-get install python-dev libffi-dev libssl-dev
  3. pip install -r requirements.txt
  4. python dude.py
  5. Visit the following URLs to see results:
    http://localhost:5000/process/?q=<YOUR_QUERY> returns the intent of the query.
    http://localhost:5000/search/?q=<YOUR_QUERY> returns the search result of the query.