Skip to content

Instantly share code, notes, and snippets.

@ReedJessen
Created April 14, 2016 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ReedJessen/69b9da5edf662afbdcbd912e4a36b92a to your computer and use it in GitHub Desktop.
Save ReedJessen/69b9da5edf662afbdcbd912e4a36b92a to your computer and use it in GitHub Desktop.
Loop over entity names
for entity_name in entities_name_only:
response = search_by_owner(entity_name)
print(response.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment