{"id":15159907,"url":"https://github.com/sauravsrivastav/githubreposearcher","last_synced_at":"2026-01-20T22:01:28.855Z","repository":{"id":254465991,"uuid":"846622013","full_name":"SauravSrivastav/githubreposearcher","owner":"SauravSrivastav","description":"GitHub Repo Searcher 🔍 is a Streamlit web application designed to help you search for GitHub repositories based on a query and view the results in a tabular format. You can also download the results in CSV or Excel format for further analysis. 📊📈","archived":false,"fork":false,"pushed_at":"2024-08-24T10:42:34.000Z","size":1072,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T17:45:01.179Z","etag":null,"topics":["data","data-export","excel","github-api","python","repository-searcher","streamlit","webapp"],"latest_commit_sha":null,"homepage":"https://ghreposearcher.streamlit.app/","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/SauravSrivastav.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-08-23T15:42:22.000Z","updated_at":"2024-08-24T10:53:41.000Z","dependencies_parsed_at":"2024-11-03T08:41:22.120Z","dependency_job_id":"9e3eefdf-fdbe-4b49-bb39-42dab0afd3cd","html_url":"https://github.com/SauravSrivastav/githubreposearcher","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"84391636856c420a1436fdc17fd2004cff1f1c18"},"previous_names":["sauravsrivastav/githubreposearcher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SauravSrivastav/githubreposearcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SauravSrivastav%2Fgithubreposearcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SauravSrivastav%2Fgithubreposearcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SauravSrivastav%2Fgithubreposearcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SauravSrivastav%2Fgithubreposearcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SauravSrivastav","download_url":"https://codeload.github.com/SauravSrivastav/githubreposearcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SauravSrivastav%2Fgithubreposearcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28615544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T21:52:42.722Z","status":"ssl_error","status_checked_at":"2026-01-20T21:52:20.513Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["data","data-export","excel","github-api","python","repository-searcher","streamlit","webapp"],"created_at":"2024-09-26T22:01:52.340Z","updated_at":"2026-01-20T22:01:28.838Z","avatar_url":"https://github.com/SauravSrivastav.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\n\n# GitHub Repo Searcher 🔍\n\n## Description\n\nWelcome to **GitHub Repo Searcher**! 🚀 This is a Streamlit web application designed to help you search for GitHub repositories based on a query and view the results in a tabular format. You can also download the results in CSV or Excel format for further analysis.\n\n## Features\n\n- **Search GitHub Repositories**: Enter a search query to find relevant repositories.\n- **Display Results**: View the search results in a tabular format with details such as repository name, description, URL, stars, forks, creation date, and last update date.\n- **Download Results**: Export the search results as CSV or Excel files.\n- **Customizable Search Options**: Sort results by stars, forks, or update date, and adjust the number of results per page.\n\n## Setup\n\n### Prerequisites\n\n- Python 3.7 or higher\n- Virtualenv (optional but recommended)\n\n### Installation\n\n1. **Clone the repository**:\n   ```sh\n   git clone https://github.com/SauravSrivastav/githubreposearcher.git\n   cd githubreposearcher\n   ```\n\n2. **Create a virtual environment**:\n   ```sh\n   python3 -m venv venv\n   ```\n\n3. **Activate the virtual environment**:\n   - On Windows:\n     ```sh\n     venv\\Scripts\\activate\n     ```\n   - On macOS/Linux:\n     ```sh\n     source venv/bin/activate\n     ```\n\n4. **Install dependencies**:\n   ```sh\n   pip install -r requirements.txt\n   ```\n\n### Running the Application\n\n1. **Start the Streamlit app**:\n   ```sh\n   streamlit run app.py\n   ```\n\n2. **Open the app in your browser**:\n   - The app will be available at `http://localhost:8501`.\n\n## Usage\n\n1. **Enter a search query** in the input field.\n2. **Adjust the search options** if needed (sort by stars, forks, or update date, and set the number of results per page).\n3. **Click the \"Search\" button** to fetch and display the results.\n4. **Use the download buttons** to save the results as CSV or Excel files.\n\n## Screenshots\n\n![Search Results](https://github.com/SauravSrivastav/githubreposearcher/blob/main/data/1.png)\n*Search results displayed in a tabular format.*\n\n![Download Options](https://github.com/SauravSrivastav/githubreposearcher/blob/main/data/2.png)\n*Download options for CSV and Excel files.*\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit issues and enhancement requests.\n\n## Acknowledgments\n\n- Thanks to the Streamlit community for providing an excellent framework for building web applications.\n- Thanks to the GitHub API for providing access to repository data.\n\n## Contact\n\nFor any questions or suggestions, please feel free to reach out to me at [sauravsrivastav2205@gmail.com](mailto:sauravsrivastav2205@gmail.com).\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsauravsrivastav%2Fgithubreposearcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsauravsrivastav%2Fgithubreposearcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsauravsrivastav%2Fgithubreposearcher/lists"}