{"id":25719189,"url":"https://github.com/tameronline/searchyolo","last_synced_at":"2026-06-13T03:05:58.746Z","repository":{"id":279408105,"uuid":"938696608","full_name":"TamerOnLine/searchyolo","owner":"TamerOnLine","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-25T13:04:19.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T14:50:27.710Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TamerOnLine.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}},"created_at":"2025-02-25T11:06:13.000Z","updated_at":"2025-02-25T13:04:23.000Z","dependencies_parsed_at":"2025-02-25T12:33:55.542Z","dependency_job_id":"59fe1b36-cc33-487e-8650-006798a109b1","html_url":"https://github.com/TamerOnLine/searchyolo","commit_stats":null,"previous_names":["tameronline/searchyolo"],"tags_count":0,"template":false,"template_full_name":"TamerOnLine/venv","purl":"pkg:github/TamerOnLine/searchyolo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fsearchyolo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fsearchyolo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fsearchyolo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fsearchyolo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TamerOnLine","download_url":"https://codeload.github.com/TamerOnLine/searchyolo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2Fsearchyolo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34270418,"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-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2025-02-25T16:37:10.961Z","updated_at":"2026-06-13T03:05:58.709Z","avatar_url":"https://github.com/TamerOnLine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tameronline-searchyolo\n\n## Overview\n`tameronline-searchyolo` is a lightweight and automated environment setup script designed to streamline the process of creating and activating a virtual environment across different operating systems (Windows, Linux, and macOS). This project ensures that Python dependencies are properly managed and integrated with your development workflow.\n\n## Features\n- **Cross-Platform Support**: Works seamlessly on Windows (`.bat`, `.ps1`), Linux (`.sh`), and macOS (`.sh`).\n- **Automated Virtual Environment Setup**: Detects Python installation, creates a virtual environment, and activates it.\n- **Pip Package Management**: Ensures the latest version of pip and installs dependencies from `requirements.txt`.\n- **Integrated with VS Code**: Provides a `.code-workspace` file for one-click environment activation in Visual Studio Code.\n\n## Installation\n### Prerequisites\n- **Python 3.6+** must be installed.\n- **VS Code (optional)** for an integrated development experience.\n\n### Setup Instructions\n#### Windows\n**Using Command Prompt:**\n```cmd\ncd path/to/tameronline-searchyolo\nactivate_project.bat\n```\n**Using PowerShell:**\n```powershell\ncd path/to/tameronline-searchyolo\n.\\activate_project.ps1\n```\n\n#### Linux/macOS\n```bash\ncd path/to/tameronline-searchyolo\nchmod +x activate_project.sh\n./activate_project.sh\n```\n\n### **5. Install Dependencies**\nAfter activating the virtual environment, install the required dependencies:\n```bash\npip install -r requirements.txt\n```\n\n### **6. Running the Project**\nOnce the environment is set up, you can run the project using the following command:\n\n```bash\npython src/search.py\n```\nThis will fetch the data and save the output CSV file inside the `src/` directory.\n\n## File Structure\n```\ntameronline-searchyolo/\n├── README.md                # Documentation\n├── activate_project.bat     # Windows CMD script\n├── activate_project.ps1     # Windows PowerShell script\n├── activate_project.sh      # Linux/macOS Bash script\n├── requirements.txt         # List of dependencies\n├── .gitignore               # Git ignore file\n├── tests/\n│   ├── __init__.py          # Marks the tests directory as a package\n│   ├── test_example.py      # Example test case\n│   ├── test_search.py       # Tests for search.py\n└── workspace.code-workspace # VS Code workspace file\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftameronline%2Fsearchyolo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftameronline%2Fsearchyolo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftameronline%2Fsearchyolo/lists"}