Library for @pdxacm
You can use pip to download and install straight from github
pip install git+git://github.com/pdxacm/acmlib-py.git#egg=acmlibfrom acmlib import AcmLib
acmlib = AcmLib(username, password)events = acmlib.get_events()
for event in events:
print(event.title)new_person = acmlib.add_person(username, password)