blob: 985a1ae5e67ff3bc7767a8781f55d6b5038f79a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# LumberJack bot
Current Top Score: 1068
![image](https://user-images.githubusercontent.com/2663319/34491418-4e345ac6-f01e-11e7-99af-88e8e8a1e2ec.png)
## Dependencies
+ [mss](https://github.com/BoboTiG/python-mss)
An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.
+ [numpy](https://github.com/numpy/numpy)
NumPy is the fundamental package needed for scientific computing with Python.
+ [PyAutoGUI](https://github.com/asweigart/pyautogui)
A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
+ [pynput](https://github.com/moses-palmer/pynput)
Sends virtual input commands (Much more faster than [PyAutoGUI](https://github.com/asweigart/pyautogui) and [keyboard](https://github.com/boppreh/keyboard))
## Usage
```bash
pip install -r requirements.txt
python3 bot.py
```
Tested on macOS 10.12.6 with screen resolution 1680*1050 (not HiDPI) on Safari.
## Videos
[60 fps](https://www.youtube.com/watch?v=TCPrj4mzZ6s)
[240 fps slow motion](https://www.youtube.com/watch?v=uXTSveJCdH8)
|