Skip to content

Instantly share code, notes, and snippets.

@RobertLucian
RobertLucian / generator.py
Created January 30, 2021 22:49
Server to receive SMS notifications from Twilio
import json
import base64
notification = {
"type": "out",
"lp": "B-36-IHK",
"c": "orange",
"b": "dodge"
}