Send data from IFTTT to a simple Heroku hosted server

Preklicano Objavljeno pred 6 letoma/leti Plačilo ob prevzemu
Preklicano Plačilo ob prevzemu

This is about demonstrating how to get an IFTTT applet to HTTP POST data to a simple server running on Heroku platform.

the server shall be implemented in Python 3.6 using Websockets 3.4.

using IFTTT when triggered (for example by receiving an email from a specific email address )it should do a http POST as action with some json encoded data in its body.

the destination url is provided by Heroku and a simple server shall recieve the json data as " body " of the http post message.

the acceptance test is :

an email is sent to a gmail address then IFTTT is triggered and as a result some json encoded data( e.g {"key":"val"} )is sent to a python server hosted on Heroku platform. the data is printed on console.

the key here is data being carried by http post as its message body and not part of the url.

the following shall be delivered:

1- the IFTTT account credential

2- the heroku account credential

3- server python source code as loaded on heroku

C++ programiranje Java JSON Linux Python

ID projekta: #14996433

Več o projektu

1 predlog Oddaljen projekt Aktiven pred 6 letoma/leti