But I don't understand how to get those metadata with CLI.
When I do :
tiktok-scraper hashtag HASHTAG -n 4 --filepath PATH --filename NAME -t json
I get an array of results, with 4 videos metadata (which is totally fine). But I don't have any hashtag metadata.
How to get it? Do I miss an option?
When I see this: https://github.com/drawrowfly/tiktok-scraper/blob/master/examples/getSingleHashtagMeta.ts I can't see that I can get the hashtag metadata with the number of post and views.
But I don't understand how to get those metadata with CLI.
When I do :
tiktok-scraper hashtag HASHTAG -n 4 --filepath PATH --filename NAME -t json
I get an array of results, with 4 videos metadata (which is totally fine). But I don't have any hashtag metadata. How to get it? Do I miss an option?Thanks for you answer.