Skip to content

Commit

Permalink
Changed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterheerwegh committed Nov 17, 2020
1 parent 38fa616 commit bea9fff
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
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
```

0 comments on commit bea9fff

Please sign in to comment.