Python IRC bot
- Download the tar.gz and open with WinRAR. Extract folder out.
- Go to Windows Explorer and right-click 'This Computer', and click 'Properties'.
- Click 'Advanced System Settings' and then 'Environment Variables'. Edit the 'Path' variable and append ';c:Python34' to it.
- Open CMD in Administrator Mode and cd to Pastebin folder. Type 'python setup.py install'.
To install muse-bot
, you need to clone this repo. For your convenience, the command is
git clone https://github.com/SoraSkyy/muse-bot
In the file setup.cfg
, the channels the bot enters (+ optional passwords), the name of the bot (again, + optional passwords), email address + password, and the nickname of the bot's "master" are configured.
Currently, the bot is run through the command sudo python3 bot.py
.