-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
pajabot | ||
Pajabot | ||
======= | ||
|
||
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 Imaging Library fork (Pillow) | ||
* Python Feedparser | ||
|
||
Installing dependencies to Raspbian: | ||
|
||
* sudo pip install irc | ||
* sudo apt-get install python-imaging | ||
* sudo apt-get install python-feedparser | ||
* pip install irc gevent feedparser Pillow zerorpc pyzmq | ||
|
||
Running | ||
======= | ||
|
||
Still heavily WIP and undocumented - stay tuned! | ||
cp bot.conf local.conf | ||
./bot/pajabot.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters