https://github.com/simonwhitaker/check-sparkle-updates
https://github.com/simonwhitaker/check-sparkle-updates
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonwhitaker/check-sparkle-updates
- Owner: simonwhitaker
- Created: 2020-08-31T08:24:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T19:14:58.000Z (almost 6 years ago)
- Last Synced: 2025-01-01T02:40:56.360Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Check Sparkle Updates
Lots of Mac apps use [Sparkle](https://sparkle-project.org) to manage auto-updates.
This project provides a script which will check the Sparkle feeds of all the
apps on your Mac and tell you which have available updates.
## Usage
The script requires Python 3.5 or above.
```
pip install -r requirements.txt
./find-updates.py
```