A facebook messenger bot inspired by the Dude (The Big Lebowski)
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.
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!
The Dude is now live here and public! Feel free to send a message! 😄
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
- Clone this repo.
sudo apt-get install python-dev libffi-dev libssl-dev
pip install -r requirements.txt
python dude.py
- Visit the following URLs to see results:
https://localhost:5000/process/?q=<YOUR_QUERY>
returns the intent of the query.
https://localhost:5000/search/?q=<YOUR_QUERY>
returns the search result of the query.