We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14b1cd commit 3764897Copy full SHA for 3764897
utils/deleted_users.py
@@ -1,9 +1,10 @@
1
#!/usr/bin/env python3
2
3
'''
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.
+This utility Will read in user ids, or tweet JSON data, and look up each
+user_id. If the user no longer exists the user_id or tweet JSON will be written
+to stdout. If the user exists no output will be written. It acts like a filter
7
+to locate deleted accounts.
8
9
10
import re
0 commit comments