Open Yogabayu opened 9 months ago
have you found out?
nope, this not work anymore
Is it like nothing works or just that cmd doesn't work? Also, have you find any alternatives? Thanks!
this not work anymore, and i can't found any alternatives. if you found it please reply this comment, thanks
Hi, I recommend this tool tiktok-to-ytdlp. Just follow the instructions in the README and it works!
Hi, is there any tool that can download multiple videos without watermark?
Thanks for the help!
i was not able to run even simple functions its either crashing or return empty results:
// Import the TikTok Scraper package
const TikTokScraper = require('tiktok-scraper');
// Function to get all data from a TikTok user
async function getAllDataFromTikTok(username) {
try {
// Get user data
const userData = await TikTokScraper.getUserProfileInfo(username);
console.log('User Data:', userData);
// Get user's posts
const userPosts = await TikTokScraper.user(username, { number: 30 }); // Adjust the number of posts as needed
console.log('User Posts:', userPosts.collector);
// Get user's following
const userFollowing = await TikTokScraper.getFollowing(username, { number: 30 }); // Adjust the number of following as needed
console.log('User Following:', userFollowing.collector);
} catch (error) {
console.error('Error:', error);
}
}
// Replace 'tiktokusername' with the actual TikTok username
getAllDataFromTikTok('waqascheema008');
is there anyone who was able to perform these
i have zero output with :
tiktok-scraper trend -n 20 -d -w -t csv
is this tool still work ?