Advertisement
Guest User

AppFollow script

a guest
Dec 15th, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.30 KB | None | 0 0
  1. from urllib2 import Request, urlopen
  2.  
  3. headers = {
  4.   'Authorization': 'AppFollow-966-2b3da05ee'
  5. }
  6. request = Request('http://api.appfollow.io/ext_id=1213870707&country=us&from=2020-08-02&to=2020-08-03&product_id=1213881707', headers=headers)
  7.  
  8. response_body = urlopen(request).read()
  9. print response_body
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement