mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-08-02 03:16:12 -04:00
Updates
This commit is contained in:
parent
4e0d382bee
commit
9169b9b5ac
5 changed files with 13 additions and 14 deletions
|
@ -8,7 +8,7 @@ log = discord_logging.init_logging()
|
|||
if __name__ == "__main__":
|
||||
day = None
|
||||
day_comments = 0
|
||||
for comment in utils.read_obj_zst(r"\\MYCLOUDPR4100\Public\reddit\subreddits23\antiwork_comments.zst"):
|
||||
for comment in utils.read_obj_zst(r"\\MYCLOUDPR4100\Public\reddit\subreddits24\NewTubers_comments.zst"):
|
||||
created_day = datetime.utcfromtimestamp(int(comment['created_utc'])).strftime("%y-%m-%d")
|
||||
if day is None:
|
||||
day = created_day
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue