{"id":17662358,"url":"https://github.com/bin0va/personal-assistant","last_synced_at":"2025-08-09T07:31:11.013Z","repository":{"id":258017754,"uuid":"867154227","full_name":"BIN0VA/Personal-Assistant","owner":"BIN0VA","description":"It assists you in organizing the phone book, creating notes, and more.","archived":false,"fork":false,"pushed_at":"2024-10-16T14:24:11.000Z","size":225,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-11T15:07:30.637Z","etag":null,"topics":["authorization","contacts","django","django-application","django-web-application","files","final-project","goit","news","personal-assistant","postgresql","project","python-django-framework","python-django-web-application","sqlite","sqlite3","studying","tags"],"latest_commit_sha":null,"homepage":"https://personal-assistant-binova.koyeb.app/","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/BIN0VA.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-10-03T14:44:02.000Z","updated_at":"2024-12-01T15:22:08.000Z","dependencies_parsed_at":"2024-10-23T19:33:55.040Z","dependency_job_id":null,"html_url":"https://github.com/BIN0VA/Personal-Assistant","commit_stats":null,"previous_names":["bin0va/personal-assistant"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BIN0VA%2FPersonal-Assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BIN0VA%2FPersonal-Assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BIN0VA%2FPersonal-Assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BIN0VA%2FPersonal-Assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BIN0VA","download_url":"https://codeload.github.com/BIN0VA/Personal-Assistant/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229244344,"owners_count":18042921,"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":["authorization","contacts","django","django-application","django-web-application","files","final-project","goit","news","personal-assistant","postgresql","project","python-django-framework","python-django-web-application","sqlite","sqlite3","studying","tags"],"created_at":"2024-10-23T18:07:30.049Z","updated_at":"2025-08-09T07:31:10.838Z","avatar_url":"https://github.com/BIN0VA.png","language":"Python","readme":"```\n  ____                                 _      _            _     _              _\n |  _ \\ ___ _ __ ___  ___  _ __   __ _| |    / \\   ___ ___(_)___| |_ __ _ _ __ | |_\n | |_) / _ \\ '__/ __|/ _ \\| '_ \\ / _` | |   / _ \\ / __/ __| / __| __/ _` | '_ \\| __|\n |  __/  __/ |  \\__ \\ (_) | | | | (_| | |  / ___ \\\\__ \\__ \\ \\__ \\ || (_| | | | | |_\n |_|   \\___|_|  |___/\\___/|_| |_|\\__,_|_| /_/   \\_\\___/___/_|___/\\__\\__,_|_| |_|\\__|\n```\n\n# Personal Assistant\n\nThis web application offers a comprehensive suite of features for managing\ncontacts, notes, and files, all integrated with a powerful tagging system for\nenhanced organization and search capabilities. It also provides up-to-date news\nand currency exchange rates, ensuring users have access to real-time\ninformation. With robust user authentication and personalized data access, the\napplication ensures a secure and customized experience, while utilizing cloud\nstorage and caching for optimal performance.\n\n\n## Features\n\n- **Contacts:** Allows users to manage their contact list with CRUD operations,\n  including organizing by birthdays and searching by name.\n\n- **Tags:** Enables users to create and delete tags, with restrictions on\n  deletion if the tag is in use, and shared across all users.\n\n- **Notes:** Provides a simple note-taking feature with title and description,\n  enhanced by tag-based categorization and advanced search functionality.\n\n- **Files:** Allows file uploads and viewing, securely storing content in the\n  cloud and enabling filtering and sorting via a tag-like system.\n\n- **News:** Displays global news and currency exchange rates, with real-time\n  data and a caching system for faster load times, including a\n  superuser-controlled data sync.\n\n- **Users:** Manages user authentication, including registration, login, and\n  password recovery, ensuring personalized access to data and features while\n  protecting against spam accounts.\n\n\n## Screenshots\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003cimg src=\"docs/images/search.jpg\" alt=\"Search\" /\u003e\u003c/td\u003e\n      \u003ctd\u003e\u003cimg src=\"docs/images/notes.jpg\" alt=\"Notes\" /\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\nSee more [here](https://bin0va.github.io/Personal-Assistant/).\n\n\n## Installation\n\n**Note:** The Docker command is optional since the project can work with\n`SQLite` when environment variables for `PostgreSQL` are not defined.\n\n```bash\n$ git clone https://github.com/BIN0VA/Personal-Assistant.git\n$ cd Personal-Assistant\n$ docker compose up -d\n$ poetry shell\n$ poetry install\n$ cd personal_assistant\n$ python manage.py migrate\n$ python manage.py createsuperuser\n```\n\n\n## Usage\n\n```bash\n$ docker compose up -d\n$ poetry shell\n$ cd personal_assistant\n$ python manage.py runserver\n```\n\nGo to http://localhost:8000.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbin0va%2Fpersonal-assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbin0va%2Fpersonal-assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbin0va%2Fpersonal-assistant/lists"}