From 831e1658cdb0362087bebe19af3a40285760e026 Mon Sep 17 00:00:00 2001 From: Almex <145460209+Almex-codes@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:37:39 +0200 Subject: [PATCH] Update Mastodata_hashtag.py Doco again. This time for data specific data collection --- Mastodata_hashtag.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mastodata_hashtag.py b/Mastodata_hashtag.py index 8bbb877..92f8d4a 100644 --- a/Mastodata_hashtag.py +++ b/Mastodata_hashtag.py @@ -73,7 +73,8 @@ instances = [] ### Params for the retrieval of older posts. utc=pytz.UTC -#Insert starting point for requesting older posts. +# Insert starting point for requesting older posts. +# Insert date like this 'YYYY-MM-DD' start_date = '2024-06-20' since = parser.parse(start_date) since = utc.localize(since)