Wiki

Clone wiki

conky_scripts / Home

conky scripts

Scripts to get and display information from online accounts. Can be used with conky.

Authentification is handled by a .gauth file (passwords are stored in plain text) formatted as follows:

user=username@gmail.com
pass=password

user_rtm=username_rtm
pass_rtm=password_rtm

Google calendar [gcal_t.sh]

  • Displays a calendar followed by an agenda from selected google calendars
  • Requires: gcalcli, curl

Gmail (atom feed) [gmail_atom.sh]

  • Get unread messages in inbox
  • Requires: curl

GMail (imap access) [gmail_imap.py]

  • Gets content of GMail folders (labels)
  • Requires: python

Google reader [greader.py]

  • Get unread entries from reading list
  • Requires:
    • python
    • requests module for python:
      • To install the requests package, you can use 'pip' (package python-pip)
pip install requests

Google tasks [gtasks.sh]

  • Get list from google.com/ig/tasks (not sure how long this will work)
  • A bit messy at this time, displays list and entries for the selected list (selected form the web page)
  • Requires: curl

Remember the milk [rtm_t.sh]

  • Get current tasks from RTM icalendar page
  • Requires: curl

Updated