Skip to content

Commit

Permalink
Merge pull request #37 from rainya/master
Browse files Browse the repository at this point in the history
correcting file name in readme
  • Loading branch information
bytesandwich authored Jul 2, 2019
2 parents 04a6a2b + 250d8e6 commit b9c7f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
The `SLACK_TOKEN` must be exposed as a environment variable before running your script. By default, the script will do a `DRY_RUN`. To perform a non-dry run, specify `DRY_RUN=false` as an environment variable as well. See sample usages below.
```
# Run the script in dry run archive mode...This will output a list of channels that will be archived.
SLACK_TOKEN=<TOKEN> python slack-autoarchive.py
SLACK_TOKEN=<TOKEN> python slack_autoarchive.py
# Run the script in active archive mode...THIS WILL ARCHIVE CHANNELS!
DRY_RUN=false SLACK_TOKEN=<TOKEN> python slack-autoarchive.py
DRY_RUN=false SLACK_TOKEN=<TOKEN> python slack_autoarchive.py
```

## How can I exempt my channel from being archived?
Expand Down

0 comments on commit b9c7f4a

Please sign in to comment.