karlasanc / email-digest

0 stars 0 forks source link

Email Recipient: Weather Forecast #4

Open karlasanc opened 1 year ago

karlasanc commented 1 year ago

User Type : Email Recipient Goal : Receive weather forecast Reason / Benefit : Know how to dress for the day

  1. Stored weather information locally
    • CSV
    • JSON - provide hierarchical structure
    • XML - provide hierarchical structure

Disadvantage: Will not be current, not automated

  1. Use python web scraping library to scrap weather information from a site

    • Library: Scrapy or Beautiful Soup
    • Website: weather.com
  2. Search Python Package Index for python library to pull weather data from online source

    • pypy.org
  3. Online source of weather info with API to directly call from program

    • openweathermap.org Disadvantage: More Manual than to use python library
karlasanc commented 1 year ago

openweathermap.org