Skip to content

A community-driven python bot that aims to be as simple as possible to serve humans with their everyday tasks

License

Notifications You must be signed in to change notification settings

superbahbi/ESPURR-on-Messenger

 
 

Repository files navigation

ESPURR on Messenger

Espurr, now on Messenger! Fork from JARVIS-on-Messenger

Build Status

Messenger is now used by 900 million people every month. With the launch of Send / Receive API, bots are about to take over.

Sample Queries

Hi, Espurr!
Are you there?
tell me a joke
iron man movie
define a superhero
wiki html
anything you want book
random quote
usd to eur rate
More examples can be found here.

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 jarvis.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.

About

A community-driven python bot that aims to be as simple as possible to serve humans with their everyday tasks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%