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=acmlib
from 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)