Skip to content

Instantly share code, notes, and snippets.

@thomaswpp
Created November 26, 2016 03:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomaswpp/5c75d987d004a08e52bcadefdd212296 to your computer and use it in GitHub Desktop.
Save thomaswpp/5c75d987d004a08e52bcadefdd212296 to your computer and use it in GitHub Desktop.
import requests
payload = {'action':'metadata-get',
'format':'html',
'imageUrl':'http://freevideolectures.com/blog/wp-content/uploads/2015/03/Big-data-free-courses.jpg'}
r = requests.post('http://metapicz.com/view.php', data=payload)
print(r.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment