{"id":19447866,"url":"https://github.com/braydentw/weather-to-csv","last_synced_at":"2026-06-20T09:31:41.678Z","repository":{"id":115446902,"uuid":"338107400","full_name":"BraydenTW/weather-to-csv","owner":"BraydenTW","description":"A web scraper built with Python and BS4 that gathers weather forecast data 🌡 and converts it to CSV.","archived":false,"fork":false,"pushed_at":"2021-02-11T17:56:04.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-15T23:03:52.711Z","etag":null,"topics":["beautifulsoup4","csv","forecast","python","scraper","weather","webscraper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BraydenTW.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-11T17:55:17.000Z","updated_at":"2021-09-20T03:46:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"a858d119-31a8-483a-a1a9-ecef9f03d394","html_url":"https://github.com/BraydenTW/weather-to-csv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BraydenTW/weather-to-csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BraydenTW%2Fweather-to-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BraydenTW%2Fweather-to-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BraydenTW%2Fweather-to-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BraydenTW%2Fweather-to-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BraydenTW","download_url":"https://codeload.github.com/BraydenTW/weather-to-csv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BraydenTW%2Fweather-to-csv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34565240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beautifulsoup4","csv","forecast","python","scraper","weather","webscraper"],"created_at":"2024-11-10T16:21:12.835Z","updated_at":"2026-06-20T09:31:41.664Z","avatar_url":"https://github.com/BraydenTW.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# weather-to-csv\n\n_A web scraper built with Python and BS4 that gathers weather forecast data and converts it to CSV._\n\n---\n\n## Run this file\n\n### Prerequisites\n\nMake sure you have [Python](https://www.python.org/) installed.\n\nOnce finished, [fork this repository](https://github.com/BraydenTW/weather-to-csv) and run the following command in your terminal:\n\n```sh\npython scraper.py\n```\n\nDoing this, there will be an output in your terminal and a .csv file automatically generated with the given forecast data. (`weather.csv`)\n\n## Customize the location 📍\n\n**Currently**, the location is set on [San Francisco, CA](https://forecast.weather.gov/MapClick.php?lat=37.777120000000025\u0026lon=-122.41963999999996). In order to change where you want it:\n\n1. Go to https://forecast.weather.gov.\n2. Search for the city/town you want.\n3. Copy the URL and paste it into the `requests.get()` function.\n\n```py\npage = requests.get('') # Change this URL with a valid location from https://forecast.weather.gov/\n```\n\n---\n\n_This was **not orignally** created by me. This was made by following a tutorial from [CleverProgrammer's Python Course](https://www.youtube.com/watch?v=4F2m91eKmts)_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbraydentw%2Fweather-to-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbraydentw%2Fweather-to-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbraydentw%2Fweather-to-csv/lists"}