https://github.com/ericzhu-42/warframe-miningassistant
Semi-automated mining in video game Warframe
https://github.com/ericzhu-42/warframe-miningassistant
opencv-python python warframe
Last synced: about 1 year ago
JSON representation
Semi-automated mining in video game Warframe
- Host: GitHub
- URL: https://github.com/ericzhu-42/warframe-miningassistant
- Owner: EricZhu-42
- License: mit
- Archived: true
- Created: 2022-08-07T11:20:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T07:05:12.000Z (about 2 years ago)
- Last Synced: 2025-03-11T14:21:46.101Z (over 1 year ago)
- Topics: opencv-python, python, warframe
- Language: Python
- Homepage:
- Size: 5.24 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

**Semi**-automated [mining](https://warframe.fandom.com/wiki/Mining) assistant for the video game [Warframe](https://en.wikipedia.org/wiki/Warframe), which aims at stopping the mining process (i.e., releasing`LMB`) at the most accurate timing.
> **Development of this project have ceased, as it was largely driven by personal enthusiasm, and I have not played Warframe for quite a few years :(**.
> **Note:** Utilizing unauthorized third-party tools in Warframe may constitute a breach of the [EULA(2.f.)](https://www.warframe.com/eula).
## Demo ([demo gif](https://github.com/EricZhu-42/Warframe-MiningAssistant/blob/main/misc/example.gif))

## How it works? ([illustrative png](https://github.com/EricZhu-42/Warframe-MiningAssistant/blob/main/misc/framework.png))

## Dependencies
- **Python:** 3.7.11 or higher
- **libraries:** `opencv-python`, `imutils`, `numpy`, `mss`, `pynput`
- **monitor resolution:** only tested with **2560x1440**; the code (in theory) supports any **16:9 resolution**
## Usage
```bash
python main.py [-h] [--show]
```