Skip to content

Commit eb6c702

Browse files
committed
Update README.md
1 parent 671f0ec commit eb6c702

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@ Various scripts written in Golang.
33

44
## Scripts
55

6+
### Reddit Comment and Post Deleter
7+
This is used to delete all comments for a given user that are older than 2-years-old. To properly configure, please
8+
create the following environment variables: `REDDIT_USER_ID`, `REDDIT_USER_PASSWORD`, `REDDIT_APP_ID`, `REDDIT_SECRET`.
9+
10+
For information regarding the acquisition of values for the above environment variables, please
11+
check here: [Link](https://github.com/reddit-archive/reddit/wiki/OAuth2-Quick-Start-Example#first-steps).
12+
613
### Slack Message Parser
7-
This tool is used to parse the `json`-formatted data that comes from [exporting Slack workspace data](https://slack.com/help/articles/201658943-Export-your-workspace-data) into a `csv` file named: `slack_records.csv`.
14+
This script is used to parse the `json`-formatted data that comes from
15+
[exporting Slack workspace data](https://slack.com/help/articles/201658943-Export-your-workspace-data) into a `csv`
16+
file named: `slack_records.csv`.
817

918
| TimeStamp | UserID | UserName | RealName | MessageType | Text | Attachments | Files |
1019
|:---------:|:------:|:--------:|:--------:|:-----------:|:------:|:-----------:|:--------:|

0 commit comments

Comments
 (0)