/Who-Updates

Live Dashboard for Checking Stable Versions of Common Desktop Linux Software Across Snap, Flatpak, Apt

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Live Dashboard for Checking Versions of Common Desktop Linux Software Across Snap, Flatpak, Apt

Setup:

getVersion.py - Retrieve the latest software versions
commit.sh - Commit them to github repo
main.sh - Wrapper for the two scripts above. Used in cronjob for every 6 hours to be run.
index.md - The output from the script
list.json - List of applications to check software versions

# crontab -e
0 */6 * * * /root/Who-Updates/main.sh >/dev/null 2>&1

Request:

To add software send request in github