https://github.com/mdiep/pyhitlist
A Python Library for Scripting The Hit List.app
https://github.com/mdiep/pyhitlist
Last synced: about 1 month ago
JSON representation
A Python Library for Scripting The Hit List.app
- Host: GitHub
- URL: https://github.com/mdiep/pyhitlist
- Owner: mdiep
- Created: 2009-04-12T07:35:25.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2009-04-22T15:28:11.000Z (about 16 years ago)
- Last Synced: 2025-03-29T05:11:39.332Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
PyHitList - A Python Interface to The Hit List
0. Prerequisites
py-appscript
http://appscript.sourceforge.net/py-appscript/index.htmlIf you have trouble installing py-appscript, try upgrading setuptools:
sudo easy_install -U setuptools
1. Example
from thehitlist import *
for task in TheHitList.inbox:
print task.title