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.
|
### 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user