Update README.md
This commit is contained in:
parent
42661d863d
commit
96f788d787
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
A bot intended to check the state of your PC (screenshots and check if locked)
|
A bot intended to check the state of your PC (screenshots and check if locked)
|
||||||
|
|
||||||
# Setup
|
## Setup
|
||||||
|
|
||||||
+ Install `scrot`, `python3`, `pip3` using your package manager.
|
+ Install `scrot`, `python3`, `pip3` using your package manager.
|
||||||
+ Arch Linux: `sudo pacman -S scrot python python-pip`
|
+ Arch Linux: `sudo pacman -S scrot python python-pip`
|
||||||
|
@ -17,3 +17,4 @@ A bot intended to check the state of your PC (screenshots and check if locked)
|
||||||
+ `cp sample.config.py config.py`
|
+ `cp sample.config.py config.py`
|
||||||
+ Edit `config.py` using a text editor
|
+ Edit `config.py` using a text editor
|
||||||
+ `python3 bot.py`
|
+ `python3 bot.py`
|
||||||
|
+ Add `python3 lock.py lock` and `python3 lock.py unlock` around your lock script to send messages when screen is locked and unlocked.
|
||||||
|
|
Loading…
Reference in New Issue