1. Day 35 Goals: what you will make by the end of the day

  2. What is API Authentication and Why Do We Need to Authenticate Ourselves?

  3. Using API Keys to Authenticate and Get the Weather from OpenWeatherMap

  4. Challenge - Check if it Will Rain in the Next 12 Hours

  5. Sending SMS via the Twilio API

  6. Use PythonAnywhere to Automate the Python Script

315. Understanding Environment Variables and Hiding API Keys

309. Day 35 Goals: what you will make by the end of the day

  1. 學習更有效的應用API 各function (含authentication) _API key (商業化的API service)
  2. 學習利用twlio 發 SMS 所以可以把下雨資訊發出提醒
  3. 學習利用Enviornment variable 更safety 放privacy data

310. What is API Authentication and Why Do We Need to Authenticate Ourselves?

  1. 第一步是先學抓API資料/
  2. 第二步是加入parameter 抓不同類別資料(sunrise/sunset)
  3. 第三步 (common website) 透過authentication 應用大量資料
  4. API Authentication *驗證 (避免使用者abuse濫用*_我不是機器人) → 導入api Key (身份證証)

Untitled