alekxeyuk / Skribbl.io-Bot

My try at creating fully automated game bot.
MIT License
65 stars 48 forks source link

How do i use this #5

Open jacoblololol opened 5 years ago

jacoblololol commented 5 years ago

i know nothing about coding please help

Kizburb commented 5 years ago

Download python, install the dependencies (libraries) and run the loop.bat

noubyg commented 5 years ago

@Kizburb do you know how to fix this? I try to install socketio it gives me sudo a python egg.info etc then I upgrade my setup tools again and again and nothing seems to work I am using python 3.6 and I have already tried it for 3.7 socketio is the only one I need for it to work

noubyg commented 5 years ago

nevermind

jacoblololol commented 5 years ago

Download python, install the dependencies (libraries) and run the loop.bat

thank you, but how do i install them

Alexcommander2 commented 5 years ago

@TylerGames1 I'm having the same problem, how did you fix it?

noubyg commented 5 years ago

@Alexcommander2 instead of pip install socketio do pip install python-socketio

fuck-shithub commented 5 years ago

Download python, install the dependencies (libraries) and run the loop.bat

thank you, but how do i install them

  1. Install Python 3 (https://www.python.org/downloads/) and make sure environment variables are set up
  2. Download this repository as zip (or via Git). Or just open this link: https://github.com/alekxeyuk/Skribbl.io-Bot/archive/master.zip
  3. Extract to some folder somewhere
  4. Get inside the folder and press Shift + Right Click anywhere where there is no file/folder in the File Explorer window
  5. Click on "Open PowerShell window here". If it says "command prompt" instead that's fine as well
  6. Run this command:
    pip install websockets aiohttp python-socketio requests git+https://www.github.com/hbldh/hitherdither Pillow google_images_download numpy
  7. Open loop.bat to run the thing
aabssmc commented 5 years ago

Download python, install the dependencies (libraries) and run the loop.bat

thank you, but how do i install them

  1. Install Python 3 (https://www.python.org/downloads/) and make sure environment variables are set up
  2. Download this repository as zip (or via Git). Or just open this link: https://github.com/alekxeyuk/Skribbl.io-Bot/archive/master.zip
  3. Extract to some folder somewhere
  4. Get inside the folder and press Shift + Right Click anywhere where there is no file/folder in the File Explorer window
  5. Click on "Open PowerShell window here". If it says "command prompt" instead that's fine as well
  6. Run this command:
pip install websockets aiohttp python-socketio requests git+https://www.github.com/hbldh/hitherdither Pillow google_images_download numpy
  1. Open loop.bat to run the thing

How Do I Open Up Python Its Not On My Desktop