{"id":21121549,"url":"https://github.com/lautarovculic/appupdatechecker","last_synced_at":"2025-05-06T20:45:01.365Z","repository":{"id":263406844,"uuid":"890300159","full_name":"lautarovculic/appUpdateChecker","owner":"lautarovculic","description":"A simple Python script to track the update status of Android apps on the Google Play Store. This tool allows you to add, delete, and check updates for packages, storing the data locally.","archived":false,"fork":false,"pushed_at":"2024-11-18T20:32:46.000Z","size":29,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T02:41:30.951Z","etag":null,"topics":["android","app","application","appupdatechecker","checker","hacking","mobile","playstore","update"],"latest_commit_sha":null,"homepage":"https://lautarovculic.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lautarovculic.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,"publiccode":null,"codemeta":null}},"created_at":"2024-11-18T10:39:31.000Z","updated_at":"2024-11-21T09:39:48.000Z","dependencies_parsed_at":"2024-11-18T12:00:48.310Z","dependency_job_id":"f4ca6739-4a3e-4e0f-a0ae-d89312395efc","html_url":"https://github.com/lautarovculic/appUpdateChecker","commit_stats":null,"previous_names":["lautarovculic/appupdatechecker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lautarovculic%2FappUpdateChecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lautarovculic%2FappUpdateChecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lautarovculic%2FappUpdateChecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lautarovculic%2FappUpdateChecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lautarovculic","download_url":"https://codeload.github.com/lautarovculic/appUpdateChecker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252769127,"owners_count":21801373,"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":["android","app","application","appupdatechecker","checker","hacking","mobile","playstore","update"],"created_at":"2024-11-20T03:51:35.756Z","updated_at":"2025-05-06T20:45:01.345Z","avatar_url":"https://github.com/lautarovculic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# App Update Checker v0.1.1\n\nA simple Python script to track the update status of Android apps on the Google Play Store. This tool allows you to add, delete, and check updates for packages, storing the data locally.\n\n![Example](https://i.imgur.com/RPe4Cvb.png)\n\n## Features\n\n- Add Android app packages to a tracking list.\n- Check the last update date of apps on the Google Play Store.\n- Automatically update tracking information for apps.\n\n## Requirements\n\n- Python 3.x\n- pip (Python's package manager)\n    - colorama\n    - requests\n    - beautifulsoup4\n\n## Installation\n\nTo install the script, run the following command:\n```bash\ncurl -sSL https://raw.githubusercontent.com/lautarovculic/appUpdateChecker/main/install.sh | bash\n```\n\nThis will:\n\n    Download the script to $HOME/.local/bin/appUpdateChecker\n\n# Usage\n\n## Run the script\nAfter installation, you can execute the script using:\n```bash\nappUpdateChecker\n```\n\n### Options\n```text\nArgument\tDescription\n-p, --package\tAdd a package to the tracker.\n-d, --delete\tRemove a package from tracking.\n```\n\n# Install Dependencies\nIf you have issues with requeriments (requests, colorama, beautifulsoup4)\nInstall the required Python libraries:\n```bash\npip install -r requirements.txt\n```\n\n## Examples\n\n### Add a package\n```bash\nappUpdateChecker -p com.example.myapp\n```\n\n### Delete a package\n```bash\nappUpdateChecker -d com.example.myapp\n```\n\n### Check for updates\nSimply run the script without arguments:\n```bash\nappUpdateChecker\n```\n# File Structure\nThe script stores its data in:\n```bash\n~/.local/share/appUpdateChecker/data.json\n```\n\nThis file contains information about the tracked packages, including their last update date and the date they were added.\n\n# License\nThis project is licensed under the WTFPL License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flautarovculic%2Fappupdatechecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flautarovculic%2Fappupdatechecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flautarovculic%2Fappupdatechecker/lists"}