Files
old-tfm/controller/dweet.py

7 lines
294 B
Python
Raw Normal View History

2016-06-08 09:16:44 +02:00
import config
2016-06-08 10:01:55 +02:00
import commands
2016-06-08 09:16:44 +02:00
2016-06-08 10:01:55 +02:00
command = """curl -H "Content-Type: application/json" -X POST -d '{"message": "I am aliveeee (again!)", "controller_id": %s}' https://dweet.io:443/dweet/quietly/for/5410ab1e-319c-4f14-a2e4-04725df69121""" % config.CONTROLLER_ID
print commands.getoutput(command)