https://github.com/kylecorry31/preparedness-feed
A feed of important events/alerts for preparedness (US)
https://github.com/kylecorry31/preparedness-feed
Last synced: 8 months ago
JSON representation
A feed of important events/alerts for preparedness (US)
- Host: GitHub
- URL: https://github.com/kylecorry31/preparedness-feed
- Owner: kylecorry31
- License: mit
- Archived: true
- Created: 2025-01-26T18:53:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T23:42:28.000Z (over 1 year ago)
- Last Synced: 2025-09-29T06:27:57.592Z (9 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Preparedness Feed
A feed of relevant information/alerts for prepping in the US.
Summaries created by Google Gemini.
## Feeds
- USGS (Earthquake, Water)
- SWPC (Geomagnetic Storms)
- CDC (Health Alerts)
- White House (Executive Orders)
## Installation
Download and install Python 3 and run the following from this folder (or run the dev container)
```
pip install -r requirements.txt
```
Create a file in the root of the project called `api-key.txt` and paste in your Gemini API key.
## Run
```
python run.py
```
Press `u` to update the feed, `r` to read the feed, or `q` to quit.