{"id":50475996,"url":"https://github.com/berkayildi/feedshot","last_synced_at":"2026-06-01T13:03:35.875Z","repository":{"id":348379199,"uuid":"1197725366","full_name":"berkayildi/feedshot","owner":"berkayildi","description":"YouTube video analysis + comic-book infographic generator.","archived":false,"fork":false,"pushed_at":"2026-04-10T22:54:34.000Z","size":16167,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-11T00:23:52.834Z","etag":null,"topics":["ai","anthropic","fastapi","gemini","infographics","mcp","python","react","typescript","vercel","youtube"],"latest_commit_sha":null,"homepage":"https://feedshot.vercel.app/","language":"TypeScript","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/berkayildi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-31T20:37:46.000Z","updated_at":"2026-04-10T22:57:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/berkayildi/feedshot","commit_stats":null,"previous_names":["berkayildi/content-pipeline-app","berkayildi/feedshot"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/berkayildi/feedshot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkayildi%2Ffeedshot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkayildi%2Ffeedshot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkayildi%2Ffeedshot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkayildi%2Ffeedshot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berkayildi","download_url":"https://codeload.github.com/berkayildi/feedshot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkayildi%2Ffeedshot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33775865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","anthropic","fastapi","gemini","infographics","mcp","python","react","typescript","vercel","youtube"],"created_at":"2026-06-01T13:03:34.938Z","updated_at":"2026-06-01T13:03:35.860Z","avatar_url":"https://github.com/berkayildi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FeedShot\n\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\nPaste a YouTube link or enter X accounts, provide your API keys, get structured content analysis + a comic-book style infographic. Zero sign-up, stateless, BYO keys.\n\n![FeedShot YouTube analysis](docs/Screenshot1.png)\n\n![FeedShot X Feed digest](docs/Screenshot2.png)\n\n![FeedShot infographic](docs/Screenshot3.png)\n\n## Architecture\n\n```\nBrowser (React/Vite/TypeScript)\n  |\n  +---\u003e POST /api/analyze\n  |       |-\u003e Supadata API (transcript extraction, user's key)\n  |       |-\u003e YouTube oEmbed API (video title)\n  |       |-\u003e Anthropic Claude analysis\n  |       |-\u003e Returns: structured JSON (TLDR, takeaways, social hook)\n  |\n  +---\u003e POST /api/analyze-x-feed\n  |       |-\u003e X API v2 (fetch posts, user's bearer token)\n  |       |-\u003e Anthropic Claude digest synthesis\n  |       |-\u003e Returns: structured JSON (TLDR, takeaways, notable posts, social hook)\n  |\n  +---\u003e POST /api/generate-image\n          |-\u003e Google Gemini image generation\n          |-\u003e Returns: base64 PNG infographic\n```\n\n## How It Works\n\n**YouTube Mode**\n\n1. Paste a YouTube URL\n2. Enter your API keys (Supadata + Anthropic, optionally Gemini)\n3. Get structured analysis + optional infographic\n\n**X Feed Mode**\n\n1. Enter X accounts to follow (comma-separated)\n2. Enter your API keys (X Bearer Token + Anthropic, optionally Gemini)\n3. Get a synthesised digest with key takeaways and notable posts\n\n## Local Development\n\n### Backend\n\n```bash\npython -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\nuvicorn api.index:app --reload --port 8000\n```\n\n### Frontend\n\n```bash\ncd frontend\nnpm install\nnpm run dev\n```\n\nThe Vite dev server proxies `/api` requests to `localhost:8000`.\n\n### Both (parallel)\n\n```bash\nmake run\n```\n\n### Tests\n\n```bash\npip install pytest\npytest\n```\n\n## Stack\n\n| Layer            | Technology                                     |\n| ---------------- | ---------------------------------------------- |\n| Frontend         | React 19, Vite, TypeScript, Tailwind CSS v4    |\n| Backend          | FastAPI, Python 3.12+                          |\n| AI Analysis      | Anthropic Claude (claude-sonnet-4-20250514)    |\n| Image Generation | Google Gemini (gemini-3.1-flash-image-preview) |\n| X Feed           | X API v2 (user's bearer token)                 |\n| Transcript       | [Supadata](https://supadata.ai) API            |\n| Hosting          | Vercel (static + serverless Python)            |\n\n## Related\n\n- [mcp-content-pipeline](https://github.com/berkayildi/mcp-content-pipeline) -- the MCP server this app wraps\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkayildi%2Ffeedshot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberkayildi%2Ffeedshot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkayildi%2Ffeedshot/lists"}