NEw version 10.96

This commit is contained in:
2015-11-06 09:00:47 -06:00
parent 93dc3ad646
commit 21aacfc2af
8 changed files with 192 additions and 171 deletions

View File

@@ -43,4 +43,5 @@ def create_tweet(user_token, user_secret, text, media=0):
"text": text.encode("utf-8"),
"media": media}
response = requests.post("http://twblue.es/twishort.php", data=data)
# print response.json()
return response.json()["text_to_tweet"]