Shopkick's Skype Bot
To run Shopkick's Skype Bot on OSX
- Download python 2.X from python.org. Make sure to grab a version with python-32 (the 32 bit version of python)
- arch -i386 pip install Skype4Py
- python-32 SKSkypeBotpy
To add additional reponses to the skype bot:
- decide on the command you want to implement: e.g !sayhi
- Create a new file and class in the responses folder: sayhi.py
- Implement a reponse method.
- Update the commands dictionary below. The key is your regexp to match. Value is the filename.
- Go to response/help.py and put in instructions on how to use your command