Convert your GitHub starred repositories into RSS feeds for easy tracking of updates.
Gfeed allows you to follow updates from all your GitHub starred repositories by converting them into RSS feed formats. This makes it easy to track the latest releases, updates, and changes from projects you're interested in without having to manually check each repository.
This tool can export your GitHub stars in two formats:
- OPML format for importing into RSS readers like FreshRSS, MiniFlux, Feedly, etc.
- Configuration for osmosfeed static RSS reader (Not recommended)
Pre-built binary files are available in the releases page.
# Clone the repository
git clone https://github.com/yourusername/gfeed.git
cd gfeed
# Install dependencies (if needed)
uv sync
# Run from source
uv run gfeed --opmlusage: gfeed.py [-h] (--osmos | --opml) [--debug]
options:
-h, --help show this help message and exit
--osmos Export GitHub starred repositories for osmosfeed.
--opml Export GitHub starred repositories as OPML file for RSS applications.
--debug More verbose output.Export to OPML format:
gfeed --opmlExport for osmosfeed (Not recommended):
gfeed --osmosYou can use the generated OPML file with various RSS readers including:
Important
Windows systems might flag the executable binary as a virus, but it is not. This is a common false positive with pyinstaller-generated binaries.
