{"id":16098399,"url":"https://github.com/itsuren/personaldiary","last_synced_at":"2026-02-12T02:40:08.587Z","repository":{"id":253148055,"uuid":"842595478","full_name":"ITSUREN/PersonalDiary","owner":"ITSUREN","description":"Uses Sqlite for easy storage, flask and python to create a web interface for LAN Diary application on my raspberry pi.","archived":false,"fork":false,"pushed_at":"2024-08-14T18:16:39.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T23:59:16.012Z","etag":null,"topics":["diary-application","localhost","personal-project","raspberry-pi"],"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/ITSUREN.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-14T17:07:21.000Z","updated_at":"2024-08-14T18:18:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9f2e68d-161f-45bd-94cd-7be7f89f7a8e","html_url":"https://github.com/ITSUREN/PersonalDiary","commit_stats":null,"previous_names":["itsurenxd/personaldiary","itsuren/personaldiary"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ITSUREN/PersonalDiary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITSUREN%2FPersonalDiary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITSUREN%2FPersonalDiary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITSUREN%2FPersonalDiary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITSUREN%2FPersonalDiary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ITSUREN","download_url":"https://codeload.github.com/ITSUREN/PersonalDiary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITSUREN%2FPersonalDiary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273926568,"owners_count":25192318,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"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":["diary-application","localhost","personal-project","raspberry-pi"],"created_at":"2024-10-09T18:04:01.204Z","updated_at":"2026-02-12T02:40:08.549Z","avatar_url":"https://github.com/ITSUREN.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📔 Personal Diary \n- A Simple Flask application that uses web interface to store Diary Entries to SQLite DB.\n- Chosen for simplicity.\n- A project for a Raspberry Pi home server.\n\n\u0026ensp;\n\n# 🌐 Database Structure\n- Should contain the following attributes on creation:\n```sql\n    id INTEGER PRIMARY KEY AUTOINCREMENT,\n    date TEXT,\n    content TEXT\n```\n\n\u0026ensp;\n\n# ✨ Features\n- Limited Features:\n    1. **➕ Add Entries**: Date and Time are recorded on submit. \n    2. **➖ Delete Entries**: Date is used to search the record and then purged.\n    3. **🔨 Modify Entries**: Date is used to search the record and then modified; Date and Time are not modified upon Submit.\n\u0026ensp;\n- Acknowledged Missing Features:\n    1. **Manual DB Creation**: Having to manually create a sqlite database, instead of being managed by the application. (author didn't feel the need due to being a personal project)\n    2. **Backup Management**: Backup not managed by the application. (Author didn't feel the need as backup is managed by a crontab instance with rsync)\n    3. **UI**: Better UI for integrating the Add, Delete, Modify and View Sections. (Author didn't feel the need; functional enough)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsuren%2Fpersonaldiary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsuren%2Fpersonaldiary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsuren%2Fpersonaldiary/lists"}