Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this still working ? #824

Open
Yogabayu opened this issue Jan 27, 2024 · 7 comments
Open

Is this still working ? #824

Yogabayu opened this issue Jan 27, 2024 · 7 comments

Comments

@Yogabayu
Copy link

i have zero output with :

tiktok-scraper trend -n 20 -d -w -t csv

is this tool still work ?

@ebowwa
Copy link

ebowwa commented Jan 31, 2024

have you found out?

@Yogabayu
Copy link
Author

nope, this not work anymore

@TrentaIcedCoffee
Copy link

Is it like nothing works or just that cmd doesn't work? Also, have you find any alternatives?
Thanks!

@Yogabayu
Copy link
Author

Yogabayu commented Feb 9, 2024

this not work anymore, and i can't found any alternatives. if you found it please reply this comment, thanks

@tg-z
Copy link

tg-z commented Feb 14, 2024

Hi, I recommend this tool tiktok-to-ytdlp. Just follow the instructions in the README and it works!

@cemdusenkalkan
Copy link

Hi, is there any tool that can download multiple videos without watermark?

Thanks for the help!

@MalikSamiAwan
Copy link

MalikSamiAwan commented Mar 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants