Facebook
From Insensitive Pheasant, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 125
  1. import requests
  2. import random
  3. from fake_useragent import UserAgent as ua
  4. cli = requests.Session()
  5. url = 'https://userapi.zee5.com/v2/user/loginemail'
  6. headers ={"User-Agent": ua().random}
  7. data ={"email": "[email protected]",
  8. "password": "bbkxdbkwbkexde"}
  9. u = cli.get(url,headers=headers)
  10. s = cli.post(url,headers=headers,data=data)
  11. print(s.text)
  12. import requests
  13. import random
  14. from fake_useragent import UserAgent as ua
  15. cli = requests.Session()
  16. url = 'https://userapi.zee5.com/v2/user/loginemail'
  17. headers ={"User-Agent": ua().random}
  18. data ={"email": "[email protected]",
  19. "password": "bbkxdbkwbkexde"}
  20. u = cli.get(url,headers=headers)
  21. s = cli.post(url,headers=headers,data=data)
  22. print(s.text)
  23. import requests
  24. import random
  25. from fake_useragent import UserAgent as ua
  26. cli = requests.Session()
  27. url = 'https://userapi.zee5.com/v2/user/loginemail'
  28. headers ={"User-Agent": ua().random}
  29. data ={"email": "[email protected]",
  30. "password": "bbkxdbkwbkexde"}
  31. u = cli.get(url,headers=headers)
  32. s = cli.post(url,headers=headers,data=data)
  33. print(s.text)
  34.