aboutsummaryrefslogtreecommitdiff
blob: 2cef45a013f7bb1b0dab65a4890ca4a3a19bde07 (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
# LumberJack bot [![CircleCI](https://circleci.com/gh/clarkzjw/LumberJack.svg?style=svg)](https://circleci.com/gh/clarkzjw/LumberJack)

## Usage

```python
python3 bot.py
```

Make sure you have PyAutoGUI installed.

If you use Debian based Linux, you can install PyAutoGUI by

```bash
sudo apt-get install scrot python3-tk python3 python3-dev python3-pip
sudo pip3 install image
sudo pip3 install python3-xlib
sudo pip3 install pyautogui
```

## The Docker way

Although the Docker image of this bot cannot work correctly, you can give it a try. Remember to read the comments on top of Dockerfile

```bash
docker run -it \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
clarkzjw/lumberjack
```
Powered by cgit v1.2.3 (git 2.41.0)