Skip to content

Automatically check whether the apps has new updates and send notification reminders.

License

Notifications You must be signed in to change notification settings

hallelujahs/apps-update-reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apps Update Reminder

Automatically check whether the apps has new updates and send notification reminders.

Install

# install rumps
pip uninstall rumps
git clone git@github.com:jaredks/rumps.git
cd rumps
python setup.py install

# install other requirements
pip install -r requirements.txt

# generate app
python setup.py py2app

# move the app to the applications
mv dist/Apps\ Update\ Reminder.app /Applications

Sample

Solutions to errors

libpython.dylib not found error

ErrorMessage:
ValueError: '/Users/username/.pyenv/versions/3.8.0/lib/libpython3.8.dylib' does not exist

Solution:
env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install -v 3.8.0

Reference:
https://github.com/visini/pomodoro/issues/1

rumps notification data passing exception

ErrorMessage:
2019-11-29 18:03:11.936 Python[74881:1454881] -[OC_BuiltinPythonData fastestEncoding]: unrecognized selector sent to instance 0x7fa05ed3e910

Solution:
pip uninstall rumps
git clone git@github.com:jaredks/rumps.git
cd rumps
python setup.py install

Reference:
https://github.com/jaredks/rumps/issues/126
https://github.com/jaredks/rumps/pull/131

About

Automatically check whether the apps has new updates and send notification reminders.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages