Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
/ conkyKeep Public archive

Show notes from Google Keep on Linux desktop with conky

License

Notifications You must be signed in to change notification settings

kunesj/conkyKeep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)