Skip to content

Commit 3764897

Browse files
committed
docs
1 parent c14b1cd commit 3764897

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

utils/deleted_users.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/usr/bin/env python3
22

33
'''
4-
Will read in user ids, or tweet JSON data and look up each user_id. If the user
5-
no longer exists the user_id or tweet JSON will be written to stdout. It acts
6-
like a filter to locate deleted accounts.
4+
This utility Will read in user ids, or tweet JSON data, and look up each
5+
user_id. If the user no longer exists the user_id or tweet JSON will be written
6+
to stdout. If the user exists no output will be written. It acts like a filter
7+
to locate deleted accounts.
78
'''
89

910
import re

0 commit comments

Comments
 (0)