Closed Skruf90 closed 9 years ago
Hi there,
there is no installation, simply execute the wookie.py file in the wookie directory with the following:
./wookie.py <start> or <screen>
<start> to run wookie in standard mode
<screen> to run wookie in a detached screen session
Cheers.
sudo: ./wookie.py: command not found
Are you on gitter? Really want this script to work.
Here are more details if you need them:
git clone https://github.com/mrsmn/wookie.git
cd wookie/wookie
Edit the config.py file to suit your needs, then:
python wookie.py <start> or <screen>
And sorry no, I'm not on gitter (don't even have a clue what it's supposed to be :stuck_out_tongue: )
Cheers.
Getting the following error:
Traceback (most recent call last):
File "wookie.py", line 9, in
Btw: Gitter is an chatting service from Github :)
You'll need to install the irclib module: https://pypi.python.org/pypi/python-irclib/
Traceback (most recent call last):
File "wookie.py", line 21, in
Fixed by doing:
pip install django
Fixed now. Bot is running :). Can the bot fetch rss from .xml aswell?
Nope, it can't but if you have played with python a bit, it should be pretty easy to implement.
Cheers.
The bot fetch xml since v.3.0 :)
Do you have a install guide?