Update Mastodata_hashtag.py
Doco again. This time for data specific data collection
This commit is contained in:
@@ -74,6 +74,7 @@ instances = []
|
||||
### Params for the retrieval of older posts.
|
||||
utc=pytz.UTC
|
||||
# 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)
|
||||
|
||||
Reference in New Issue
Block a user