Context
The README has no status badges — visitors can't quickly see if the scraper is passing, when it last ran, or how many subscribers there are.
Task
Add these badges to the top of README.md, below the project title:
- Scrape workflow status — shows green/red for the last scrape run
- Digest workflow status — shows green/red for the last email digest
- Python version — already exists, keep it
- License — already exists, keep it
How to get badge URLs
GitHub generates badge URLs automatically:
https://github.com/TechHub-Extensions/ScoutBot/actions/workflows/scoutbot.yml/badge.svg
https://github.com/TechHub-Extensions/ScoutBot/actions/workflows/digest.yml/badge.svg
Markdown:
[](https://github.com/TechHub-Extensions/ScoutBot/actions/workflows/scoutbot.yml)
Good for
Complete beginners — just edit one Markdown file. Estimated time: 15 minutes.
Context
The README has no status badges — visitors can't quickly see if the scraper is passing, when it last ran, or how many subscribers there are.
Task
Add these badges to the top of
README.md, below the project title:How to get badge URLs
GitHub generates badge URLs automatically:
Markdown:
Good for
Complete beginners — just edit one Markdown file. Estimated time: 15 minutes.