Skip to content
This repository was archived by the owner on Mar 19, 2023. It is now read-only.

Commit 4223e0a

Browse files
Update README.md
1 parent fdfa8ac commit 4223e0a

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
1-
# DAMT
1+
# DAMT ![Build](https://github.com/someone-stole-my-name/DAMT/workflows/Build/badge.svg)
22
Delete your tweets before a specific date
3+
4+
### Usage:
5+
```
6+
-config string
7+
JSON Config File
8+
-days int
9+
Tweets older than this value will be deleted
10+
-help
11+
Prints this message
12+
-test
13+
Do not delete anything
14+
15+
Example:
16+
Delete all tweets older than 7 days
17+
./DAMT --config configfile.json --days 7
18+
19+
Delete all my tweets
20+
./DAMT --config configfile.json
21+
```
22+
23+
#### ConfigFile
24+
```
25+
{
26+
"APIKey":"xxxx",
27+
"APISecretKey":"xxxx",
28+
"AccessToken":"xxxx",
29+
"AccessTokenSecret":"xxxx"
30+
}
31+
```

0 commit comments

Comments
 (0)