{"id":23101063,"url":"https://github.com/namangupta123/medium_summarizer","last_synced_at":"2026-05-04T09:34:09.883Z","repository":{"id":261844479,"uuid":"881511799","full_name":"Namangupta123/Medium_summarizer","owner":"Namangupta123","description":"An AI tool which helps you read your Medium blogs in more summarized way. Link for server Repo -\u003e https://github.com/Namangupta123/summarizer_medium_naman/tree/mailapi. Link for most recent Updated branch -\u003e https://github.com/Namangupta123/Medium_summarizer/tree/newUi","archived":false,"fork":false,"pushed_at":"2024-11-27T15:54:12.000Z","size":1337,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T07:10:51.324Z","etag":null,"topics":["css","extension-chrome","generative-ai","html","javascript","langchain-python","openai-api","python"],"latest_commit_sha":null,"homepage":"https://chromewebstore.google.com/detail/medium-blog-summarizer/fdmoiaedfphholpeeoabkbhnpnbkomfo","language":"JavaScript","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/Namangupta123.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,"zenodo":null}},"created_at":"2024-10-31T18:10:08.000Z","updated_at":"2025-04-17T17:44:54.000Z","dependencies_parsed_at":"2024-12-01T06:52:51.991Z","dependency_job_id":null,"html_url":"https://github.com/Namangupta123/Medium_summarizer","commit_stats":null,"previous_names":["namangupta123/medium_summarizer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Namangupta123/Medium_summarizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Namangupta123%2FMedium_summarizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Namangupta123%2FMedium_summarizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Namangupta123%2FMedium_summarizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Namangupta123%2FMedium_summarizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Namangupta123","download_url":"https://codeload.github.com/Namangupta123/Medium_summarizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Namangupta123%2FMedium_summarizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32601596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["css","extension-chrome","generative-ai","html","javascript","langchain-python","openai-api","python"],"created_at":"2024-12-16T23:49:44.992Z","updated_at":"2026-05-04T09:34:09.860Z","avatar_url":"https://github.com/Namangupta123.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Medium Blog Summarizer Chrome Extension\n\nA Chrome extension that summarizes Medium blog posts using LangChain and OPENAI, with Google Authentication and usage limits.\n\n## Features\n\n- 🔐 Google Authentication\n- 📝 One-click Medium article summarization\n- 🤖 Powered by OPENAI and LangChain\n- 📊 Usage tracking (5 summaries per user)\n- 🎨 Clean and modern UI\n- Backend: Python Flask Server\n- AI: LangChain, OpenAI\n\n## Tech Stack\n\n- Frontend: HTML, CSS, JavaScript\n- Authentication: Google OAuth 2.0\n\n## Setup\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/Namangupta123/Medium_summarizer\ncd medium-summarizer\n```\n\n2. Install Python dependencies:\n```bash\npip install -r requirements.txt\n```\n\n3. Set up environment variables:\n   - Copy `.env.example` to `.env` in the server directory\n   - Add your Google Client ID\n\n4. Load the extension in Chrome:\n   - Open Chrome and go to `chrome://extensions/`\n   - Enable Developer mode\n   - Click \"Load unpacked\"\n   - Select the extension directory\n\n## Server Component\n\nThe server-side code for this extension is maintained in a separate repository:\n- Server Repository: https://github.com/Namangupta123/summarizer_medium_naman\n\nThe server provides:\n- API endpoints for article summarization\n- User authentication validation\n- Usage tracking and limiting\n- OpenAI integration via LangChain\n\n### Server Setup\n\n1. Clone the server repository:\n```bash\ngit clone https://github.com/Namangupta123/summarizer_medium_naman\ncd summarizer_medium_naman\n```\n\n2. Install server dependencies:\n```bash\npip install -r requirements.txt\n```\n\n3. Configure server environment variables:\n   - Copy `.env.example` to `.env`\n   - Add your OpenAI API key\n\n4. Run the server:\n```bash\npython3 server.py\n```\n\n## Usage\n\n1. Sign in with your Google account\n2. Navigate to any Medium article\n3. Click the extension icon\n4. Click \"Get Summary\" to generate a summary\n5. View your remaining usage count\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamangupta123%2Fmedium_summarizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnamangupta123%2Fmedium_summarizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamangupta123%2Fmedium_summarizer/lists"}