{"id":22260743,"url":"https://github.com/anubhavchaturvedi-github/time-alert-bot","last_synced_at":"2026-04-02T18:43:43.090Z","repository":{"id":263468943,"uuid":"890504823","full_name":"AnubhavChaturvedi-GitHub/Time-Alert-Bot","owner":"AnubhavChaturvedi-GitHub","description":"This Python-based Time Alert System provides hourly time notifications using text-to-speech technology. A pre-built .exe file is also available for users who do not have Python installed.","archived":false,"fork":false,"pushed_at":"2024-11-18T17:32:37.000Z","size":35509,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T12:34:00.909Z","etag":null,"topics":["ai","bot","miniproject","miniprojectjava","project","python","pythoncode","time","tool","usefulbot"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/@NetHyTech","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/AnubhavChaturvedi-GitHub.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-11-18T17:23:15.000Z","updated_at":"2025-07-09T13:25:23.000Z","dependencies_parsed_at":"2024-11-18T18:54:54.776Z","dependency_job_id":null,"html_url":"https://github.com/AnubhavChaturvedi-GitHub/Time-Alert-Bot","commit_stats":null,"previous_names":["anubhavchaturvedi-github/time-alert-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AnubhavChaturvedi-GitHub/Time-Alert-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnubhavChaturvedi-GitHub%2FTime-Alert-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnubhavChaturvedi-GitHub%2FTime-Alert-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnubhavChaturvedi-GitHub%2FTime-Alert-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnubhavChaturvedi-GitHub%2FTime-Alert-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnubhavChaturvedi-GitHub","download_url":"https://codeload.github.com/AnubhavChaturvedi-GitHub/Time-Alert-Bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnubhavChaturvedi-GitHub%2FTime-Alert-Bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31313235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["ai","bot","miniproject","miniprojectjava","project","python","pythoncode","time","tool","usefulbot"],"created_at":"2024-12-03T09:09:53.735Z","updated_at":"2026-04-02T18:43:43.071Z","avatar_url":"https://github.com/AnubhavChaturvedi-GitHub.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Time Alert System\n\nThis Python-based Time Alert System provides hourly time notifications using text-to-speech technology. A pre-built `.exe` file is also available for users who do not have Python installed.\n\n---\n\n## Features\n- Announces the current hour with a voice alert.\n- Automatically adjusts for AM/PM format.\n- Designed to run continuously in the background.\n- No Python installation required (via provided `.exe` file).\n\n---\n\n## Requirements\n\n### For Python Users:\n- **Python Version**: Python 3.6 or higher\n- **Modules**: \n  - `time` (built-in)\n  - `pyttsx3` (install via `pip install pyttsx3`)\n\n### For Non-Python Users:\n- Download the provided `.exe` file and run it directly.\n\n---\n\n## How to Use\n\n### Option 1: Run the Python Script\n1. Clone or download this repository.\n2. Install the required Python module:\n   ```bash\n   pip install pyttsx3\n   ```\n3. Run the script:\n   ```bash\n   python time_alert.py\n   ```\n\n### Option 2: Use the Pre-Built `.exe` File\n1. [Download the pre-built `.exe` file here](https://github.com/AnubhavChaturvedi-GitHub/Time-Alert-Bot/blob/main/dist/timeSpeaker.exe).  \n   *(https://github.com/AnubhavChaturvedi-GitHub/Time-Alert-Bot/blob/main/dist/timeSpeaker.exe)*\n2. Double-click the `.exe` file to start the program.\n3. It will run in the background and announce the time every hour.\n\n---\n\n## Code Overview\n\n### Functions:\n- **`speak(text)`**: \n  - Initializes the `pyttsx3` engine to convert text to speech.\n- **Main Logic**:\n  - Continuously checks the time.\n  - Announces the hour when minutes and seconds are `00:00`.\n\n---\n\n## Example Output\n\n### Console Output\n```\nTime 9 AM\nTime 10 AM\nTime 11 PM\n```\n\n### Voice Alert\n\u003e \"Time 9 AM\"  \n\u003e \"Time 10 AM\"  \n\u003e \"Time 11 PM\"\n\n---\n\n## Download the `.exe` File\nClick the link below to download the `.exe` file for direct use:  \n[**Download Time Alert Executable**](https://github.com/AnubhavChaturvedi-GitHub/Time-Alert-Bot/blob/main/dist/timeSpeaker.exe)  \n\n---\n\n## Future Enhancements\n- Option to customize alert intervals (e.g., half-hourly).\n- Allow users to set specific time zones or customize voice settings.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanubhavchaturvedi-github%2Ftime-alert-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanubhavchaturvedi-github%2Ftime-alert-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanubhavchaturvedi-github%2Ftime-alert-bot/lists"}