Skip to content

Instantly share code, notes, and snippets.

@phalt
Created December 22, 2014 16:57
Show Gist options
  • Select an option

  • Save phalt/c7a649901395a203ecb8 to your computer and use it in GitHub Desktop.

Select an option

Save phalt/c7a649901395a203ecb8 to your computer and use it in GitHub Desktop.
Get a character with a specific name from swapi.co
import swapi
get_character("name"):
for c in swapi.get_all("people"):
if c.name == name:
return c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment