An open API service indexing awesome lists of open source software.

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)

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.