{"id":23410610,"url":"https://github.com/tytan-codes/better-day-5","last_synced_at":"2026-02-26T00:45:47.777Z","repository":{"id":178459932,"uuid":"642548775","full_name":"Tytan-Codes/Better-Day-5","owner":"Tytan-Codes","description":"It makes your day easy and fun.","archived":false,"fork":false,"pushed_at":"2023-10-11T20:38:30.000Z","size":3533,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T23:41:37.268Z","etag":null,"topics":["bootstrapstudio","collaborate","communityexchange","dashlane","ghdesktop","github","github-codespaces","github-pages","gitkraken","learn","python3","pythoon3","termius","vscode"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Tytan-Codes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-05-18T20:28:15.000Z","updated_at":"2023-08-19T17:45:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"bcdba36e-43f8-4ae9-a40f-e567b9b7de6e","html_url":"https://github.com/Tytan-Codes/Better-Day-5","commit_stats":null,"previous_names":["tytan-codes/better-day-5"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tytan-Codes/Better-Day-5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tytan-Codes%2FBetter-Day-5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tytan-Codes%2FBetter-Day-5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tytan-Codes%2FBetter-Day-5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tytan-Codes%2FBetter-Day-5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tytan-Codes","download_url":"https://codeload.github.com/Tytan-Codes/Better-Day-5/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tytan-Codes%2FBetter-Day-5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29846209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"ssl_error","status_checked_at":"2026-02-25T22:37:25.960Z","response_time":61,"last_error":"SSL_read: 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":["bootstrapstudio","collaborate","communityexchange","dashlane","ghdesktop","github","github-codespaces","github-pages","gitkraken","learn","python3","pythoon3","termius","vscode"],"created_at":"2024-12-22T17:40:07.218Z","updated_at":"2026-02-26T00:45:47.751Z","avatar_url":"https://github.com/Tytan-Codes.png","language":"Python","funding_links":["https://ko-fi.com/s/f75552862a","https://ko-fi.com/Y8Y6J7HHP"],"categories":[],"sub_categories":[],"readme":"# Better Day 5 \n\n### How to install:\n\nYou can install it by going to my [ko-fi](https://ko-fi.com/s/f75552862a) page, it is 100% free but you can donate whatever you want when you download it.\n### Install:\n```\ncurl -o ready.sh -L https://github.com/Tytan-Codes/Better-Day-5/raw/main/ready.sh \u0026\u0026 bash ready.sh\n```\nMake sure that when you run ```ready.sh``` to update, you are not in the same directory as ```better-day-5```\nThen:\n\n```\ncd better-day-5\npython3 main.py\n```\n\n### Updating:\n\n```\nupdate.py\n```\n~~*** DO NOT GET RID OF THE ```ready.sh``` THAT IS NEEDED TO UPDATE THE SCRIPT ***~~\n\n### Configuration:\n\nYou need to read the EULA and the other thing. IF YOU WANT TO USE THE CHATGPT STUFF. PUT YOUR API KEY IN THE CONFIG WHERE IT SAYS IT SHOULD BE.\n\n### Usage:\n\nThis script can do many things here a list:\n\n- search certain websites\n- run system commands\n- git clone\n- chatGPT functionns\n\n\n### No python\n\nIf you don't have python installed, you can still use the script! Heres how:\n```bash\n#macos\nsource nopython/bin/activate\n#powershell\nnopython/bin/activate.ps1\n#cmd\nnopython/bin/activate.bat\n```\n\n### Common Errors:\n```\nTraceback (most recent call last):\n  File \"C:\\Users\\Administrator\\code\\Better-Day-5\\main.py\", line 22, in \u003cmodule\u003e\n    subprocess.check_output(['git', 'diff', '--exit-code', script_path])\n  File \"C:\\Users\\Administrator\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\subprocess.py\", line 466, in check_output\n    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"C:\\Users\\Administrator\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\subprocess.py\", line 548, in run\n    with Popen(*popenargs, **kwargs) as process:\n         ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"C:\\Users\\Administrator\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\subprocess.py\", line 1026, in __init__\n    self._execute_child(args, executable, preexec_fn, close_fds,\n  File \"C:\\Users\\Administrator\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\subprocess.py\", line 1538, in _execute_child\n    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,\n                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n```\n\nThis means that you have to install git. \nFileNotFoundError: [WinError 2] The system cannot find the file specified\n\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Y8Y6J7HHP)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftytan-codes%2Fbetter-day-5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftytan-codes%2Fbetter-day-5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftytan-codes%2Fbetter-day-5/lists"}