Skip to content

terpyPy/osrs_basic_botting_functions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osrs_basic_botting_functions

Full tutorial on creating Basic Functions for automation using Python for osrs botting. The example used will be woodcutting, where the script will use colour detection using opencv and use pyautogui to move the mouse, click and use the keyboard to drop items using an image recognition module that will detect the wood icons in the inventory.

Other python files will also use tesseract-OCR to detect text within images using tesseract-OCR image to text recognition functions.

core.py and function.py

For the full video tutorial click link: https://www.youtube.com/watch?v=C7ZY4KYpFII

Woodcutting

features

Cuts woods and makes fire

  • Use object maker plugin to highlight trees yellow.
  • Make sure to have an axe equipped and a tinderbox if firemaking as well. Tutorial on firemaking code click link: https://youtu.be/bHZCQUChG_k

Quick module install Steps

in terminal type:

pip install pytesseract==0.3.3

pip install opencv-python

pip install pyautogui

pip install pypiwin32

Super Quick Setup and install in pycharm:

in terminal type:

pip install -r requirements

tesseract-ocr = https://sourceforge.net/projects/tesseract-ocr-alt/files/tesseract-ocr-setup-3.02.02.exe/download

Tutorial on installing tesseract-OCR: https://youtube.com/watch?v=X3snnwzJfEw&t=25m15s

Runelite Setup

Tutorial on runelite setup click link: https://youtube.com/watch?v=JO2FvkJwppA

fishing.py

mining.py

combat.py

Tutorial on combat code click link: https://youtube.com/watch?v=llGbhVfU1Bc

smithing.py

Tutorial on smithing code click link: https://youtube.com/watch?v=YezEeVjoP6o

magic.py

features

High alching

Superheat item

Tutorial on magic code click link: https://youtube.com/watch?v=Vyhy2CpfK7I

Wiki

Wiki page on function descriptions and purpose

Consider donating so i can keep making osrs botting scripts using python.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%