kunesj / conkyKeep

Show notes from Google Keep on Linux desktop with conky
GNU General Public License v3.0
15 stars 2 forks source link
conky google-keep

conkyKeep

Code Climate

Show notes from Google Keep on Linux desktop with conky.

Preview

Installation

Install dependencies:

sudo apt-get install python3.9 python3-pip conky-all
sudo python3.9 -m pip install --upgrade setuptools pip distlib
sudo python3.9 -m pip install --upgrade gkeepapi configparser pycryptodomex Pillow numpy bs4 lxml

Copy and then rename config_user.cfg to ~/.config/conkykeep/config.cfg. You can also create copy in the same folder (as conkyKeep.sh) which has higher priority.

mkdir -p ~/.config/conkykeep/
cp config_user.cfg ~/.config/conkykeep/config.cfg

Set correct Google login information inside copied config.cfg. You must use "App Password".

For more information about settings, note styling, filtering and more, look inside file config_default.cfg.

Usage

Run it with:

./conkyKeep.sh start

Stop it with:

./conkyKeep.sh stop

Restart it with:

./conkyKeep.sh restart

License

GNU GENERAL PUBLIC LICENSE Version 3

Credits

Google login code based on: http://stackoverflow.com/a/24881998

File conkyKeep.sh is based on: conkyPress (GPL3)