IRC bot & utilities for hackerspace management. Target hw: Raspberry pi.
Dependencies:
- Python irclib, https://bitbucket.org/jaraco/irc
- Python Imaging Library (PIL), http://www.pythonware.com/products/pil/
- Python Feedparser
Installing dependencies to Raspbian:
- sudo pip install irc
- sudo apt-get install python-imaging
- sudo apt-get install python-feedparser
Still heavily WIP and undocumented - stay tuned!