tiktok-scraper
tiktok-scraper copied to clipboard
Filtering by date range - (add `until` parameter)
Is your feature request related to a problem? Please describe.
I want to collect data about TikTok posts from at least one month ago; I am not interested in posts more recent than one month. I noticed there is a since parameter in the CLI but not something like before or until - a way to avoid scraping newer posts and only query the platform for data about older posts.
Describe the solution you'd like
A new parameter/arg that takes a datetime string (--until 2021-08-07) and scrapes only posts from before that date.
boscacci is right, we'll all be able to sort by hashtag relevance date and not unorganized
Don't need this anymore