tiktok-scraper icon indicating copy to clipboard operation
tiktok-scraper copied to clipboard

Retrieve 'Liked' Videos or Account Metadata?

Open vSanjo opened this issue 3 years ago • 13 comments

Is your feature request related to a problem? Please describe. It's great having functionality to download individual videos and whole accounts-worth of videos too, but my real use-case, particularly with the proposed TikTok shutdown, is that I want to be able to retrieve all my liked videos.

EDIT: Apologies, I see there's a number of issues relating to this that have been closed. Is auth actually required for looking at a user's public saved files? Is there A particular API request we can make/test to retrieve that data at least once?

Describe the solution you'd like The most obvious path would be to retrieve the liked videos immediately - they'd have to be set to public though which isn't a big deal.

tiktok-scraper user USERNAME --liked or something of the sort.

An alternative might be to retrieve the metadata of an account and use that to parse through from-file instead?

tiktok-scraper user USERNAME --meta if such data exists, then I can cut out a particular section and put that into a separate file.

{
  liked-video: [
    00000000001,
    00000000002,
    .. etc
  ],
}

I can't seem to find any functionality like that but I might be overlooking something obvious!

vSanjo avatar Aug 08 '20 04:08 vSanjo

Most users set privacy settings on this option

drawrowfly avatar Aug 11 '20 15:08 drawrowfly

I'm not after other's liked videos, I'm trying to archive my own. (:

vSanjo avatar Aug 11 '20 15:08 vSanjo

New update is coming that will include this method

drawrowfly avatar Sep 01 '20 21:09 drawrowfly

Is there a possibility to get favorites also in the upcoming release?

jikkujose avatar Sep 07 '20 19:09 jikkujose

Has this been actioned/released yet?

vSanjo avatar Sep 14 '20 04:09 vSanjo

Not yet, but will be soon

drawrowfly avatar Oct 18 '20 14:10 drawrowfly

Not yet, but will be soon

Do you know how soon the option to scrape liked videos will happen? Thanks!

cgentry1972 avatar Dec 07 '20 12:12 cgentry1972

Just wanted to check has this been added?

NHodgesVFX avatar Feb 20 '21 14:02 NHodgesVFX

up

marksterxxx avatar Mar 10 '21 10:03 marksterxxx

bump for feature.

musznik avatar Jul 02 '21 10:07 musznik

So, is it happening?

kraddock avatar Aug 06 '21 13:08 kraddock

I also am looking for this functionality.

YvoLeVrai avatar Feb 22 '22 15:02 YvoLeVrai

Me too :raised_hands:

TheLastGimbus avatar Aug 22 '23 10:08 TheLastGimbus