Guest User

Untitled

a guest
Nov 18th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ai = ApiAI(os.environ["APIAI_TOKEN"])
  2. req = ai.text_request()
  3. req.session_id = str(uuid.uuid1(int(str(senderID)[0:15])))
  4.  
  5. 2017-11-18T09:43:03.784670+00:00 heroku[router]: at=info method=POST path="/" host=website.com request_id=ab6d6488-0343-4c68-9b2a-d6faf2ee2302 fwd="173.252.123.140" dyno=web.1 connect=0ms service=633ms status=200 bytes=161 protocol=https
Add Comment
Please, Sign In to add comment