Test GitHub Actions with Toronto weather data - no API keys needed!
- Fork this repo
- Done! GitHub Actions runs automatically
- Gets Toronto weather data every day
- Saves to
data/folder - No setup required
No credentials needed! GitHub provides GITHUB_TOKEN automatically.
- Runs every 5 minutes for testing
- Check "Actions" tab to see it working
python schedule_helper.py daily
git add .
git commit -m "daily schedule"
git pushgit clone https://github.com/jimhouserock/simple_data_pipeline.git
cd simple_data_pipeline
pip install -r requirements.txt
python data_pipeline.pydata/weather_history.json- All historical weather data (last 30 days)data/weather_history.csv- Historical data in CSV format for analysisdata/weather_latest.json- Just the most recent weather data
That's it! Simple GitHub Actions testing with real weather data.