dlab-berkeley / Python-Web-Scraping-Legacy

D-Lab's 3 hour introduction to web scraping in Python. Learn how to use APIs and scrape data from websites using the New York Times API and BeautifulSoup in Python.
7 stars 3 forks source link

Add a walkthrough for nytimes API key signup #6

Closed seanmperez closed 2 years ago

seanmperez commented 2 years ago

We discuss the idea of adding a short video that walks through the entire process of:

  1. Singing up for an account on https://developer.nytimes.com/accounts/create
  2. Verifying via email
  3. Signing in
  4. Going to dropdown > Apps
  5. Create new App > +NEW APP
  6. Make any name
  7. Store the key for the workshop
  8. Add the API key string to the empty api_key = "" string
georgeberkeley commented 2 years ago

Fixed, I put that in the API full notes markdown file.