naseif / tiktok-scraper

Scraper for TikTok. Download videos, music, fetch users info and more.
https://naseif.github.io/tiktok-scraper/
MIT License
90 stars 25 forks source link

Does the get by hashtag still work? #26

Open LiteEagle262 opened 5 hours ago

LiteEagle262 commented 5 hours ago

my fault, accidently pushed but basicly if I call const posts = await TikTokScraper.hashtag('mm2');

then console.log it

it just prrints for example { headers: { 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4260.176 Safari/537.36', referer: 'https://www.tiktok.com/', cookie: 'tt_webid_v2=6961005921399229762' }, collector: [] }

but nothing else