note: this code has not been worked on since 2010. Recent commit dates are just the result of a history rewrite
- Get Python 2.7+ Install this first.
- Get Skype4Py
- Get Beautifulsoup 3.0.8.1 + (for the web features of the dynamic command module)
- Get Simplejson (for the Omegle module)
- Download the source code for the bot
- Install 1-4 from above in roughly that order.
- Make sure you remember to add python to your PATH variable
- Run the bot with by typing "python joebot2.py" in your console
- You'll probably see a bunch of errors spewed by various modules, specifically 'quote', 'lastfm'. You can't run these without some aditional set up, so just open the file in data/modules.txt and put # before the lines of all modules giving you trouble.
- If you want logging, you need to add a folder called "logs" in data. Otherwise, disable the logging module.
- The bot should now run nicely!
(note, the bot only works on Windows for some reason! I can't figure out why.)
This bot was a fork of https://github.com/Katharine/KathBot3 by Katharine Berry. I adapted it for Skype and then built and maintined a suite of modifications and new modules.