Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. with open('prognoz_temp_new.gif', 'rb') as f:
  2.     r = requests.post(url=url, data={'chat_id': '150016441', 'photo': f});print(r.json())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement