{"id":21354679,"url":"https://github.com/iveevi/todo","last_synced_at":"2025-03-16T05:22:59.767Z","repository":{"id":232307308,"uuid":"783998200","full_name":"iveevi/todo","owner":"iveevi","description":"Script based todo/reminder system","archived":false,"fork":false,"pushed_at":"2024-04-09T01:47:52.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T17:46:56.820Z","etag":null,"topics":["daemon","python","reminder","scriptable","todolist"],"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/iveevi.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}},"created_at":"2024-04-09T01:34:14.000Z","updated_at":"2024-04-09T01:42:42.000Z","dependencies_parsed_at":"2024-04-09T02:42:20.972Z","dependency_job_id":"282a0566-8938-4c95-b2d5-2dec4da8e8ec","html_url":"https://github.com/iveevi/todo","commit_stats":null,"previous_names":["iveevi/todo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iveevi%2Ftodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iveevi%2Ftodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iveevi%2Ftodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iveevi%2Ftodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iveevi","download_url":"https://codeload.github.com/iveevi/todo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243828457,"owners_count":20354500,"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":["daemon","python","reminder","scriptable","todolist"],"created_at":"2024-11-22T04:14:12.591Z","updated_at":"2025-03-16T05:22:59.745Z","avatar_url":"https://github.com/iveevi.png","language":"Python","readme":"# todo\n\nConfigure tasks and reminders using Python.\n\n## Install\n\n`python todo.py`\n\nThis will generate a `setup.py` file and then run `pip install .` to install\nthe package `todo`.\n\n## Example\n\nAn example configuration is shown below as `tasks.py`.\n\n```py\nimport todo\n\n@todo.group('class A')\n@todo.schedule.minute(20)\ndef classA():\n\treturn ['homework1', 'project0']\n\n@todo.group('class B')\n@todo.schedule.hour(2)\ndef classB():\n\treturn ['pa1', 'read the slides']\n\nif __name__ == '__main__':\n    todo.daemon(__file__)\n```\n\nTo launch the daemon, run `python tasks.py --daemon`. The original file can be\nupdated without interupting the daemon. The new configuration will take effect\nas soon as a working (e.g. runs without errors) save takes effect.\n\nTo terminate the daemon, run `python tasks.py --kill` which will scan similar\nlooking processes.\n\n## Features\n\n**Implemented:**\n- [x] Hourly, minute-ly and second-ly (?) reminders\n- [x] Live configruation updates\n- [x] Grouping tasks using `@todo.group(...)`\n\n**Upcoming:**\n- [ ] Date based scheduling\n- [ ] Sound-based notifications\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiveevi%2Ftodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiveevi%2Ftodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiveevi%2Ftodo/lists"}