{"id":16457830,"url":"https://github.com/parth-paradkar/pytodo","last_synced_at":"2025-10-27T09:30:47.220Z","repository":{"id":57457863,"uuid":"202393449","full_name":"parth-paradkar/pytodo","owner":"parth-paradkar","description":"A minimal command line todo list created using Python and MongoDB","archived":false,"fork":false,"pushed_at":"2019-12-19T06:13:44.000Z","size":149,"stargazers_count":4,"open_issues_count":8,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T04:31:50.592Z","etag":null,"topics":["mongodb","python","todolist"],"latest_commit_sha":null,"homepage":null,"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/parth-paradkar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-14T17:09:08.000Z","updated_at":"2023-03-04T09:53:00.000Z","dependencies_parsed_at":"2022-09-06T02:01:05.394Z","dependency_job_id":null,"html_url":"https://github.com/parth-paradkar/pytodo","commit_stats":null,"previous_names":["thescriptninja/pytodo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parth-paradkar%2Fpytodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parth-paradkar%2Fpytodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parth-paradkar%2Fpytodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parth-paradkar%2Fpytodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parth-paradkar","download_url":"https://codeload.github.com/parth-paradkar/pytodo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238471983,"owners_count":19478139,"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":["mongodb","python","todolist"],"created_at":"2024-10-11T10:43:39.450Z","updated_at":"2025-10-27T09:30:46.852Z","avatar_url":"https://github.com/parth-paradkar.png","language":"Python","readme":"# pytodo\n[![Gitter](https://badges.gitter.im/pytodo/community.svg)](https://gitter.im/pytodo/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\nA minimal command line todo list built with Python and MongoDB\n\n![Mongo + Python](/img/mongo_python_love.png)\n\nLiving in the command line is blissful. Keeping your things together sometimes isn't. Track your tasks and deadlines with this command line app built with Python and MongoDB\n\n## Installation\n\n### Installing Python libraries\nThis project uses pipenv to manage dependencies, so make sure you have pipenv installed.\n```\npip install pipenv\n```\n\nClone this repository\n```\ngit clone https://github.com/thescriptninja/pytodo.git\n```\nUse pipenv to install the dependencies\n```\npipenv install\n```\nInstall dependencies using pip instead\n```\nsudo pip install -r requirements.txt\n```\nCreate an executable file from the ```script.py``` file\n\n```\ncd pytodo/pytodo\ncp script.py script\nsudo chmod +x script\n```\nAdd the following line in .bashrc file after replacing ```CLONED_REPO_PATH``` with the absolute path to the cloned repository.\n```\nalias pytodo='python3 \u003cCLONED_REPO_PATH\u003e/pytodo/script\n```\n\n### Installing MongoDB\nDownload the required MongoDB package the package repository.\n#### For Ubuntu, run the following commands\n```\nsudo apt update\nsudo apt install -y mongodb\n```\n\n#### For Fedora users, run the following commands\n*Configure the dnf repository*\n```\nsudo vi /etc/yum.repos.d/mongodb.repo\n```\n*Install Mongodb*\n```\nsudo dnf update\nsudo dnf install mongodb-org \n```\n*Start the Mongodb service*\n```\nsudo systemctl enable mongod.service\nsudo systemctl start mongod.service\n```\n\n#### For Arch users, run the following commands\nAur package at [mongodb 4.2.1-1](https://aur.archlinux.org/packages/mongodb/)\n\n### Creating a local database\nStart the mongo shell and create a new database with two collections to store the todos and Configurations\n```\nmongo\nuse todo-app\ndb.createCollection('todos')\ndb.createCollection(\"config\")\ndb.config.insert({\"quote\":true})\n```\n\n## Using the TODO application\nTo view the list of commands to use the todo application type\n```\npytodo -h\n```\n\n## Community Channel\nJoin the converstaion on [Gitter](https://gitter.im/pytodo/community?utm_source=share-link\u0026utm_medium=link\u0026utm_campaign=share-link)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparth-paradkar%2Fpytodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparth-paradkar%2Fpytodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparth-paradkar%2Fpytodo/lists"}