-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wouterheerwegh
committed
Nov 17, 2020
1 parent
38fa616
commit bea9fff
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
# Screenbot | ||
|
||
This is a python bot which takes a screenshot of your main screen and sends it to a channel in slack | ||
|
||
Make sure the environment variable is a system variable (for windows) | ||
|
||
This was tested with python 3.7.3 on windows 10 | ||
## installing | ||
``` | ||
pip install -r requirements.txt | ||
``` | ||
Make sure the environment variable is a system variable (for windows) as variable `SLACK_BOT_TOKEN`. | ||
If you have difficulties setting environment variables, follow [this article](https://www.computerhope.com/issues/ch000549.htm) | ||
|
||
Usage: | ||
## Usage | ||
``` | ||
python screenbot.py 'slacktoken' 'channel' | ||
``` | ||
|
||
This was tested with python 3.7.3 on windows 10 | ||
``` |