/Joey

A Competitive Programmer's Assistant who can do many things like fetching user stats on various platforms, recommending tailored coding problems, fetching details about upcoming contests and many more.

Primary LanguagePythonApache License 2.0Apache-2.0

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