{"id":21044557,"url":"https://github.com/rb81/feed-summarizer","last_synced_at":"2026-04-24T20:32:36.324Z","repository":{"id":248858873,"uuid":"829670427","full_name":"rb81/feed-summarizer","owner":"rb81","description":"A simple Python application that creates summaries of RSS feeds for easy reading.","archived":false,"fork":false,"pushed_at":"2024-10-16T20:39:16.000Z","size":656,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T17:32:28.778Z","etag":null,"topics":["data-management","github","large-language-models","rss-aggregator","rss-reader"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rb81.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-16T22:20:11.000Z","updated_at":"2024-10-16T20:39:19.000Z","dependencies_parsed_at":"2024-07-17T14:37:46.138Z","dependency_job_id":"c2fa7e6b-d214-4a9e-92eb-070957f6fc6d","html_url":"https://github.com/rb81/feed-summarizer","commit_stats":null,"previous_names":["rb81/feed-summarizer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rb81%2Ffeed-summarizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rb81%2Ffeed-summarizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rb81%2Ffeed-summarizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rb81%2Ffeed-summarizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rb81","download_url":"https://codeload.github.com/rb81/feed-summarizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243489898,"owners_count":20299001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-management","github","large-language-models","rss-aggregator","rss-reader"],"created_at":"2024-11-19T14:17:33.094Z","updated_at":"2026-04-24T20:32:36.319Z","avatar_url":"https://github.com/rb81.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Deprecated](https://img.shields.io/badge/status-deprecated-red)\n\n**⚠️ DEPRECATED REPOSITORY**\nThis project is no longer actively maintained and may be out of date.\n\n---\n\n# Feed Summarizer\n\n![Feed Summarizer](/header.png)\n\nFeed Summarizer is a Python application that aggregates articles from multiple RSS feeds, summarizes them using the Anthropic Claude API, and stores the results in a GitHub repository.\n\n## Features\n\n- Fetches articles from multiple RSS feeds\n- Summarizes articles using Anthropic's Claude AI\n- Caches feed data to reduce API calls\n- Stores summaries in a GitHub repository\n- Configurable via environment variables\n- Generates daily summaries of all processed feeds\n\n## Prerequisites\n\n- Python 3.7+\n- GitHub account and personal access token\n- Anthropic API key\n\n## Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/rb81/feed-summarizer.git\n   cd feed-summarizer\n   ```\n\n2. Install required packages:\n   ```\n   pip install -r requirements.txt\n   ```\n\n3. Set up environment variables:\n   Create a `.env` file in the project root with the following content:\n   ```\n   GITHUB_TOKEN=your_github_token\n   GITHUB_REPO=your_username/your_repo_name\n   ANTHROPIC_API_KEY=your_anthropic_api_key\n   ARTICLES_PER_FEED=20\n   ARTICLES_PER_BATCH=10\n   CACHE_EXPIRY=3600\n   ```\n\n## Usage\n\n1. Add your RSS feed URLs to a `feeds.txt` file in your GitHub repository, one URL per line.\n\n2. Run the main script:\n   ```\n   python main.py\n   ```\n\nThe script will fetch articles from the specified feeds, summarize them using Claude, and commit the summaries to your GitHub repository. It will also generate a daily summary of all processed feeds.\n\n## Configuration\n\nYou can adjust the following settings in your `.env` file:\n\n- `ARTICLES_PER_FEED`: Number of articles to fetch per feed (default: 20)\n- `ARTICLES_PER_BATCH`: Number of articles to summarize in each batch (default: 10)\n- `CACHE_EXPIRY`: Cache expiry time in seconds (default: 3600)\n\n## Project Structure\n\n- `main.py`: The main script that orchestrates the entire process\n- `claude_utils.py`: Handles interaction with the Anthropic API for summarization\n- `config_utils.py`: Manages configuration and environment variables\n- `feed_utils.py`: Fetches and processes RSS feeds\n- `github_utils.py`: Handles GitHub repository operations\n- `logging_utils.py`: Sets up logging for the application\n\n## Considerations\n\n- This application skips feeds that do not include content. You can add functionality to scrape or pull content from the relevant websites in such cases.\n- Be aware of the fact that this application may consume a substantial number of tokens if summarizing larger collections of feeds.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Transparency Disclaimer\n\n[ai.collaboratedwith.me](https://ai.collaboratedwith.me) in creating this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frb81%2Ffeed-summarizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frb81%2Ffeed-summarizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frb81%2Ffeed-summarizer/lists"}