barnumbirr / wookie

wookie is a simple, open source, easy-to-use iRC RSS bot written in Python. It was designed to announce new torrent releases in a given iRC channel.
Other
14 stars 9 forks source link

Install #10

Closed Skruf90 closed 8 years ago

Skruf90 commented 8 years ago

Do you have a install guide?

barnumbirr commented 8 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.

Skruf90 commented 8 years ago

sudo: ./wookie.py: command not found

Skruf90 commented 8 years ago

Are you on gitter? Really want this script to work.

barnumbirr commented 8 years ago

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.

Skruf90 commented 8 years ago

Getting the following error:

Traceback (most recent call last): File "wookie.py", line 9, in import irclib ImportError: No module named irclib

Btw: Gitter is an chatting service from Github :)

barnumbirr commented 8 years ago

You'll need to install the irclib module: https://pypi.python.org/pypi/python-irclib/

Skruf90 commented 8 years ago

Traceback (most recent call last): File "wookie.py", line 21, in from django.utils.encoding import smart_str ImportError: No module named django.utils.encoding

barnumbirr commented 8 years ago

Fixed by doing:

pip install django
Skruf90 commented 8 years ago

Fixed now. Bot is running :). Can the bot fetch rss from .xml aswell?

barnumbirr commented 8 years ago

Nope, it can't but if you have played with python a bit, it should be pretty easy to implement.

Cheers.

grm34 commented 8 years ago

The bot fetch xml since v.3.0 :)