Giter VIP home page Giter VIP logo

osrs_basic_botting_functions's Introduction

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

osrs_basic_botting_functions's People

Contributors

slyautomation avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.