drawrowfly / tiktok-scraper

TikTok Scraper. Download video posts, collect user/trend/hashtag/music feed metadata, sign URL and etc.
4.27k stars 788 forks source link

Get hashtag metadata with CLI #746

Open bastienuh opened 2 years ago

bastienuh commented 2 years ago

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.

Aassifh commented 2 years ago

Same Issue