Giter Club home page Giter Club logo

jugheadbot's Introduction

JugheadBot

GitHub license

JugheadBot Icon

JugheadBot is a Facebook Messenger Bot application that I wrote to learn about ChatBots.

What does JugheadBot do

Once you start chatting with JugheadBot, he can basically answer simple questions like:

  • Where can I find the best restaurants in Mahim, Mumbai
  • Where can I find Chinese restaurants in Kothrud, Pune

Facebook conversations

JugheadBot Internals

JugheadBot is a Python Django application which uses the Facebook Messenger Platform APIs to chat with users and the Zomato API to fetch information about the Restaurants. It also does NLP and ML using Google's API.ai framework

Licensing

The code in this project is licensed under the MIT License. Please refer to the LICENSE file for more information

Development / Contributing

Author

Raseel Bhagat

Please mail the Author if you are interested in contributing back or have some good ideas to enhance the JugheadBot experience.

jugheadbot's People

Contributors

screwgoth avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

cayemites1

jugheadbot's Issues

Get Restaurants in City by Cuisine

Currently Jughead only gets the Top 5 Restaurants in any city. Enable Jughead to get the Top 5 radius in a radius of 5Km of a specific area, for a specific Cuisine.

Get Reviews of Specific Restaurants

The JugheadBot should be able to get the Reviews of specified Restaurants. For example, if asked "Show we reviews of Mainland China", JugheadBot should be able to return something like "4.5/5" and a link to the Reviews section on Zomato

Add a Help section to the Menu

Add a "Help" section to the messenger menu, so that the user is reminded of the the types of questions he can ask JugheadBot

Check for non-exisiting paramerters in FB userInfo

The call to get Facebook userInfo might not return all the request parameters. For example, an empty "gender" or "last name" field.
Check for existence of the field, before making the DB call.
Use default values wherever possible.

Start saving User info

Start saving all the information of the user who is interacting with JugheadBot. This should be User's FB ID, questions asked, time of chat, etc.

Get Restaurants from Area

Currently, JugheadBot fetches best restaurants for only Cities. Ideally, it should be able to fetch from areas like "Kothrud, Pune" or "Mahim, Mumbai"

Response to a new user

When a new user starts interacting with JugheadBot by clicking on the "Get Started" button on FB Messenger, give a short introduction with examples of the kind of questions a user can ask.

Create a good README page.

Create a good README page so that people visiting the page can start posting issues , suggestions and contributions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.