Skip to content

Joey is a Facebook Messenger chat bot which is your personal Competitive Programming Assistant which does many things like fetching user stats on various platforms, recommending random coding problems, fetches details about upcoming contests and many more. Uses api.ai for better understanding of what user asks.

License

Notifications You must be signed in to change notification settings

torquecoder/Joey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webhook implementation in Python

This is a really simple webhook implementation that gets Api.ai classification JSON (i.e. a JSON output of Api.ai /query endpoint) and returns a fulfillment response.

Deploy to:

Deploy to Heroku

What does the service do?

It's a coding related information fulfillment service that uses the concepts of website scraping using BeautifulSoup and CodersCalendar API. This service is implemented using Flask (A Python Microframework).

The services takes various action and other parameters from the Api.ai classification JSON and packs the result in the Api.ai webhook-compatible response JSON and returns it to Api.ai

About

Joey is a Facebook Messenger chat bot which is your personal Competitive Programming Assistant which does many things like fetching user stats on various platforms, recommending random coding problems, fetches details about upcoming contests and many more. Uses api.ai for better understanding of what user asks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages