{"id":26290964,"url":"https://github.com/protik09/movelowprioritylisttoprimarylist","last_synced_at":"2025-03-15T00:33:07.090Z","repository":{"id":216867409,"uuid":"742547935","full_name":"protik09/MoveLowPriorityListToPrimaryList","owner":"protik09","description":"Assuming you maintain a low priority list on Google Keep and a Higher Priority List you'd want to move them to, ticking the box in the Low Priority box moves them to the Higher Priority List ","archived":false,"fork":false,"pushed_at":"2024-04-24T01:51:22.000Z","size":179,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-24T03:31:56.452Z","etag":null,"topics":["gkeep","gkeepapi","google","keep","keepnote","notes","python","python3","python311","shopping-list"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/protik09.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-12T18:12:51.000Z","updated_at":"2024-04-24T01:40:25.000Z","dependencies_parsed_at":"2024-04-24T02:59:17.747Z","dependency_job_id":null,"html_url":"https://github.com/protik09/MoveLowPriorityListToPrimaryList","commit_stats":null,"previous_names":["protik09/movelowprioritylisttoprimarylist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protik09%2FMoveLowPriorityListToPrimaryList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protik09%2FMoveLowPriorityListToPrimaryList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protik09%2FMoveLowPriorityListToPrimaryList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protik09%2FMoveLowPriorityListToPrimaryList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/protik09","download_url":"https://codeload.github.com/protik09/MoveLowPriorityListToPrimaryList/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243668050,"owners_count":20328035,"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":["gkeep","gkeepapi","google","keep","keepnote","notes","python","python3","python311","shopping-list"],"created_at":"2025-03-15T00:33:06.481Z","updated_at":"2025-03-15T00:33:07.035Z","avatar_url":"https://github.com/protik09.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Keep Shopping List Organizer\n\nThis Python script automates the management of shopping lists in Google Keep by moving ticked items from low-priority lists to a primary shopping list.\n\n## Features\n\n- **Automated List Management:** Automatically moves ticked items from specified low-priority lists to a primary list in Google Keep.\n- **First Run Setup:** Guides new users through initial setup, including Google Keep authentication and list configuration.\n- **Configurable List Sets:** Supports multiple sets of primary and low-priority lists.\n- **Local Caching:** Caches Google Keep notes locally to reduce API calls and speed up operations.\n- **Cross-Platform Support:** Works on both Windows and Linux, with additional system tray support on Windows.\n\n## Installation Instructions\n\n1. Ensure you have Python 3.x installed on your system.\n2. Clone this repository or download the script to your local machine.\n3. Install the required Python packages:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Obtain a Google Keep Master Token. Instructions for obtaining this token using the included Dockerfile can be found [HERE](https://github.com/djsudduth/keep-it-markdown/issues/72#issuecomment-1905274630). (This is due to some breaking changes with the OAuth module).\n\n## Usage Examples\n\nTo start the script, navigate to the directory containing the script and run:\n\n```bash\npython MoveLowPrioritytoShoppingList.py\n```\n\nOn the first run, the script will prompt you for your Google Keep username and master token, as well as the names of your primary and low-priority shopping lists.\n\n## Configuration Options\n\nThe script generates a `config.json` file during the first run, which stores:\n\n- Google Keep username\n- Number of list sets\n- Names of primary and low-priority lists\n\nYou can edit this file directly to change your configuration settings.\n\n## Contribution Guidelines\n\nContributions are welcome! If you'd like to contribute, please:\n\n1. Fork the repository.\n2. Create a new branch for your feature or fix.\n3. Commit your changes.\n4. Push to the branch.\n5. Submit a pull request.\n\n## Testing Instructions\n\nCurrently, there are no automated tests for this script. Manual testing can be done by running the script and verifying that items are correctly moved between lists in Google Keep.\n\n## Acknowledgements/Credits\n\n- **Author:** Protik Banerji \u003cprotik09@gmail.com\u003e\n- Thanks to the developers of `gkeepapi`, `keyring`, `maskpass`, `simplejson`, and `infi.systray` for their excellent libraries that made this project possible.\n\n## Usage\n\nThe script will run in the background, checking for changes to the specified shopping lists every 0.5 seconds.\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotik09%2Fmovelowprioritylisttoprimarylist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprotik09%2Fmovelowprioritylisttoprimarylist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotik09%2Fmovelowprioritylisttoprimarylist/lists"}