Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (28 loc) · 889 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 889 Bytes

About:

  • my old project, that I decided to share with you
  • saved some money on gametime (bought with gold from fishing)
  • code sucks and I am lazy to rewrite (not playing WoW anymore, so it's pointless for me)
  • only for WINDOWS
  • only using computer vision (isn't touching wow processes)
  • web interface runs on 0.0.0.0:5000 (can be accessed from local network)

How to run

  • python main.py

Requirements

(some may be missing - you will find out when you run this)

  • pillow
  • flask
  • flask_cors
  • opencv
  • numpy
  • win32api

Features:

  • Web interface
  • Computer Vision used for detecting objects
  • Keeps track of number of catches
  • Human like mouse movements
  • PC shutdown timer (hours or catches)
  • Game videostream via web interface

Tips

  • you can forward port for this bot and thus can be accessed from internet

License:

Do whatever you want with this code :)