Update Mastodata_hashtag.py

Doco again. This time for data specific data collection
This commit is contained in:
Almex
2024-09-12 09:37:39 +02:00
committed by GitHub
parent 5806a241f0
commit 831e1658cd

View File

@@ -74,6 +74,7 @@ instances = []
### Params for the retrieval of older posts. ### Params for the retrieval of older posts.
utc=pytz.UTC 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' start_date = '2024-06-20'
since = parser.parse(start_date) since = parser.parse(start_date)
since = utc.localize(since) since = utc.localize(since)