Skype Update Bot

DeletedUser

Guest
You don't need a python programmer.

Step 1: Download an install Python 2.7 32 Bit.
Note: 64 bit will break the bot

This next step is optional but will save time and energy. If you wish to do without this step you will need to find your own way to install Skype4Py.

Step 2: Install setup tools here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#setuptools and http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip
MAKE SURE YOU DOWNLOAD THE 32 BIT VERSION OF THESE INSTALLERS

Step 3: Open your command prompt and navigate to the pip.exe file. If you use Win 7 this will most likely be located in
C:/Python27, otherwise check your python installation directory.

Step 4: Type:
pip install skype4py

Step 5: Download the bot source https://github.com/greepobot/greepobot

Step 6: Remove the line from BeautifulSoup import BeautifulSoup

Step 7: Search for __URLS__ = {

Step 8: Add the world you want following the format. Do not forget the quotations around the words and link, or the comma at the end of your statement (not inside the quotes)

Step 9: In the directory where your skype_bot.py is create a new folder named data_files

Step 10: Double click the bot file or use your command prompt to navigate to the folder you have the bot in and type python skype_bot.py

Your bot will now connect to skype and ask for your permission.
 

DeletedUser35069

Guest
If you already had bot working and connected to a skype room you don't have to do anything apart from never remove bot from or close that skype room. Just keep the room running and change bot settings as you move from a previous server. Saves a lot of messing around.
 

DeletedUser

Guest
It does or you could use a bot script to create a working room, like the US version does.
 
Top