Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.TXT | 2013-02-06 | 1.4 kB | |
gmail.py | 2013-02-06 | 973 Bytes | |
Totals: 2 Items | 2.3 kB | 0 |
-------------------------------------------------------------------------------- Script that periodically checks your gmail account and speaks if you have unread emails. -------------------------------------------------------------------------------- Features: - logs into, and checks your gmail accounts - if you have unread emails: - textual info about it appears in console/terminal - "you have X unread email" is spoken using espeak - if you have no unread emails: - textual info about it appears in console/terminal -------------------------------------------------------------------------------- Requirements: - POSIX OS - python - espeak - soundcard, speakers/headphones -------------------------------------------------------------------------------- Installation/running: - modify gmail.py inserting your username and password - modify gmail.py inserting desired delay value in miliseconds - run: python gmail.py -------------------------------------------------------------------------------- Author: pkrawczak@gmail.com 2013-02-06 13:54:51 -------------------------------------------------------------------------------- Caution: This script doesn't use encryption and sends your username and password as plain text. Use only at your own risk. --------------------------------------------------------------------------------