{"id":42796742,"url":"https://github.com/matdagommer/myfeed","last_synced_at":"2026-04-25T18:01:50.808Z","repository":{"id":332267972,"uuid":"1133228066","full_name":"MatDagommer/myfeed","owner":"MatDagommer","description":"Welcome to MyFeed: my AI-powered newsletter.","archived":false,"fork":false,"pushed_at":"2026-04-25T17:28:34.000Z","size":284,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-25T17:35:09.952Z","etag":null,"topics":["ai","gmail","langgraph","llm","newsletter","openai-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MatDagommer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-13T04:00:37.000Z","updated_at":"2026-04-25T17:28:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/MatDagommer/myfeed","commit_stats":null,"previous_names":["matdagommer/myfeed"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/MatDagommer/myfeed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatDagommer%2Fmyfeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatDagommer%2Fmyfeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatDagommer%2Fmyfeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatDagommer%2Fmyfeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatDagommer","download_url":"https://codeload.github.com/MatDagommer/myfeed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatDagommer%2Fmyfeed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32271243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ai","gmail","langgraph","llm","newsletter","openai-api"],"created_at":"2026-01-30T01:19:08.822Z","updated_at":"2026-04-25T18:01:50.803Z","avatar_url":"https://github.com/MatDagommer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyFeed: My AI-Powered Newsletter Generator\n\nAn automated newsletter system that uses an agent to scrape the web for relevant articles based on my interests and sends me a personalized daily newsletter.\n\n## Features\n\n- 🤖 AI-powered content curation using LangGraph + Mistral AI\n- 📧 Automated email delivery with HTML formatting\n- ⏰ Flexible scheduling (daily at 8am CST by default)\n- 🎯 Customizable topics of interest\n- 📰 Multi-source news aggregation from RSS feeds\n- 🎓 Academic paper discovery via OpenAlex API\n- 🌟 Positive news section alongside tech content\n\n## Setup\n\n1. **Install Dependencies**\n   ```bash\n   uv sync\n   ```\n\n2. **Required Credentials**\n   - `MISTRAL_API_KEY`: Your Mistral AI API key\n   - `EMAIL_ADDRESS`: Your Gmail address\n   - `EMAIL_PASSWORD`: Your Gmail app password (not your regular password)\n   - `TO_EMAIL`: Where to send the newsletter (can be the same as EMAIL_ADDRESS)\n   - `TOPICS`: Comma-separated list of interests (e.g., \"AI,Python,Technology,Startups\")\n\n3. **Gmail App Password Setup**\n   - Enable 2-factor authentication on your Gmail account\n   - Generate an app password: Google Account → Security → App passwords\n   - Use this app password in the `EMAIL_PASSWORD` field\n\n## Usage\n\nAll commands require the following flags:\n\n```\n--mistral-api-key     Your Mistral API key\n--email-address       Gmail address for sending\n--email-password      Gmail app password\n--to-email            Recipient email address\n--topics              Comma-separated list of interests (optional)\n```\n\n- **Test Configuration**:\n  ```bash\n  uv run python main.py test --mistral-api-key \u003ckey\u003e --email-address \u003caddr\u003e --email-password \u003cpwd\u003e --to-email \u003caddr\u003e\n  ```\n- **Generate One Newsletter**:\n  ```bash\n  uv run python main.py run-once --mistral-api-key \u003ckey\u003e --email-address \u003caddr\u003e --email-password \u003cpwd\u003e --to-email \u003caddr\u003e\n  ```\n- **View Configuration**:\n  ```bash\n  uv run python main.py config --mistral-api-key \u003ckey\u003e --email-address \u003caddr\u003e --email-password \u003cpwd\u003e --to-email \u003caddr\u003e\n  ```\n\n## How It Works\n\n1. **Scraping**: The LangGraph agent fetches articles from multiple tech news sources, positive news RSS feeds, and academic papers via the OpenAlex API\n2. **Filtering**: Mistral AI analyzes each article's relevance to your specified topics (scores ≥6/10 are kept)\n3. **Curation**: Top articles are selected and summarized\n4. **Delivery**: A formatted newsletter is sent to your email with separate sections for positive news, tech news, and papers\n\n## GitHub Actions Deployment\n\nThe project includes a GitHub workflow for automated daily newsletters:\n\n1. **Set up repository secrets** (Settings → Secrets and variables → Actions):\n   ```\n   MISTRAL_API_KEY=your_mistral_api_key\n   EMAIL_ADDRESS=your_email@gmail.com\n   EMAIL_PASSWORD=your_app_password\n   TO_EMAIL=your_email@gmail.com\n   TOPICS=AI,Python,Technology,Startups\n   SMTP_SERVER=smtp.gmail.com\n   SMTP_PORT=587\n   ```\n\n2. **Push to GitHub** - The workflow runs automatically at 14:00 UTC (8:00 AM CST) daily\n\n3. **Manual trigger** - Go to Actions tab → \"Daily Newsletter\" → \"Run workflow\"\n\n4. **Timezone adjustment** - Modify the cron schedule in `.github/workflows/newsletter.yml`:\n   - `0 14 * * *` = 8:00 AM CST (UTC-6) / 9:00 AM CDT (UTC-5)\n   - `0 13 * * *` = 8:00 AM EST (UTC-5)\n   - `0 16 * * *` = 8:00 AM PST (UTC-8)\n\n## Customization\n\n- **Topics**: Pass `--topics` flag when running, or update the `TOPICS` secret in GitHub Actions\n- **Schedule**: Change the cron schedule in `.github/workflows/newsletter.yml`\n- **Sources**: Modify the RSS feed list in `myfeed/agent.py`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatdagommer%2Fmyfeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatdagommer%2Fmyfeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatdagommer%2Fmyfeed/lists"}