Skip to content

Instantly share code, notes, and snippets.

@Abhayparashar31
Created December 11, 2020 06:51
Show Gist options
  • Save Abhayparashar31/d25e6a70821de7809d119ebf8b50248c to your computer and use it in GitHub Desktop.
Save Abhayparashar31/d25e6a70821de7809d119ebf8b50248c to your computer and use it in GitHub Desktop.
import requests
res = requests.get('https://api.quotable.io/random')
quote = res.json()
quote['content']
----------------------------------------
When I let go of what I am, I become what I might be.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment