{"id":15024914,"url":"https://github.com/abdoomohamedd/article-summarizer-with-gemini-api","last_synced_at":"2026-01-27T22:07:35.697Z","repository":{"id":256101143,"uuid":"854327268","full_name":"AbdooMohamedd/Article-Summarizer-with-Gemini-API","owner":"AbdooMohamedd","description":"A Flask-based app that scrapes content from a given article URL using BeautifulSoup, summarizes it with the Gemini API, and formats the summary for easy reading. Ideal for quick, customizable article summaries.","archived":false,"fork":false,"pushed_at":"2024-09-09T11:00:57.000Z","size":1452,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T07:36:29.700Z","etag":null,"topics":["flask","flask-application","gemini","gemini-api","llm","llms","prompt-engineering","python","python3"],"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/AbdooMohamedd.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}},"created_at":"2024-09-09T00:53:21.000Z","updated_at":"2025-02-10T12:53:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"cbaac4b5-04e1-43c0-8525-3d817cfc29cb","html_url":"https://github.com/AbdooMohamedd/Article-Summarizer-with-Gemini-API","commit_stats":null,"previous_names":["abdoomohamedd/article-summarizer-with-gemini-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdooMohamedd%2FArticle-Summarizer-with-Gemini-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdooMohamedd%2FArticle-Summarizer-with-Gemini-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdooMohamedd%2FArticle-Summarizer-with-Gemini-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdooMohamedd%2FArticle-Summarizer-with-Gemini-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbdooMohamedd","download_url":"https://codeload.github.com/AbdooMohamedd/Article-Summarizer-with-Gemini-API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571544,"owners_count":21126519,"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":["flask","flask-application","gemini","gemini-api","llm","llms","prompt-engineering","python","python3"],"created_at":"2024-09-24T20:01:09.885Z","updated_at":"2026-01-27T22:07:35.671Z","avatar_url":"https://github.com/AbdooMohamedd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Article Summarizer\n\n## Home Page\n\nThis is the home page where users can start the process of summarizing an article.\n\n![Home Page](img/home.png)\n\n## Enter the Article URL\n\nOn this page, users can enter the URL of the article they want to summarize.\n\n![Enter URL](img/url.png)\n\n## Summarized Article\n\nAfter submitting the URL, the summarized article is displayed on this page.\n\n![Summay](img/summay.png)\n\n## Instructions\n\n1. **Clone the repository:**\n\n   ```sh\n   git clone https://github.com/AbdooMohamedd/Article-Summarizer-with-Gemini-API.git\n   ```\n\n2. **Install the required packages:**\n\n   ```sh\n   pip install -r requirements.txt\n   ```\n\n3. **Generate an API key:**\n   Go to [Google AI Studio](https://aistudio.google.com/app/apikey) and generate your API key.\n\n4. **Set up the `GEMINI_API_KEY` environment variable:**\n\n   - **On Windows:**\n\n     1. Open Command Prompt and run:\n        ```sh\n        set GEMINI_API_KEY=your_api_key_here\n        ```\n     2. For a permanent setup:\n        1. Search for \"Environment Variables\" in the Start Menu.\n        2. Click **Edit the system environment variables** \u003e **Environment Variables**.\n        3. Add a new variable `GEMINI_API_KEY` with your API key.\n\n   - **On macOS/Linux:**\n     1. Open Terminal and run:\n        ```sh\n        export GEMINI_API_KEY=your_api_key_here\n        ```\n     2. For a permanent setup, add the line to `~/.bashrc`, `~/.bash_profile`, or `~/.zshrc`:\n        ```sh\n        export GEMINI_API_KEY=your_api_key_here\n        ```\n     3. Apply the changes:\n        ```sh\n        source ~/.bashrc  # or ~/.bash_profile or ~/.zshrc\n        ```\n\n5. **Navigate to the project folder:**\n\n   ```sh\n   cd path/to/your/project\n   ```\n\n6. **Run the application:**\n   ```sh\n   python app.py\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdoomohamedd%2Farticle-summarizer-with-gemini-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdoomohamedd%2Farticle-summarizer-with-gemini-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdoomohamedd%2Farticle-summarizer-with-gemini-api/lists"}