Tools Ways to rip entire TikTok profile?

neolith

egirl shill
Mar 11, 2022
597
37,744
1,793
0fya082315al84db03fa9bf467e3.png
Interesting! Awesome, I'm going to mess with this. Re: the captcha. It's just the norm of how automating tiktok works atm. If you're interested in how the current fork of yt-dlp works that bypasses that:
Please, Log in or Register to see links and images
 
Last edited:
  • Like
Reactions: richard2480

richard2480

Fan
Jun 3, 2022
20
50
97
0fya082315al84db03fa9bf467e3.png
wrote a new scraper based on the yt-dlp fork. too long to post here, so uploaded to 0bin:
Please, Log in or Register to see links and images


decryption key (add to URL after a #) is:
fn+erbWj9iYmRc6RkSmHxQ46RudIySnW9zeIXukBnYe

inputs:
- MAX_RETRIES (for playwright getting video IDs)
- PRINT_OUTPUTS (obvious)
- RETRY_FAILED (retry failed downloads from previous runs)
- HOME_DIR (where to save files relative to .py file)
- USER_NAME_LIST (list of user names)

python packages:
-
Please, Log in or Register to see links and images

-
Please, Log in or Register to see links and images

-
Please, Log in or Register to see links and images
(optional)
 

neolith

egirl shill
Mar 11, 2022
597
37,744
1,793
0fya082315al84db03fa9bf467e3.png
I knew something was wrong with my link, but didn't pay too much attention. Sorry! But that's awesome you were able to figure that out. I'm gonna start using this asap!
 
Last edited:
  • Like
Reactions: richard2480

richard2480

Fan
Jun 3, 2022
20
50
97
0fya082315al84db03fa9bf467e3.png
to get it running:
1) install
Please, Log in or Register to see links and images

2) install the python packages in my post with pip (they are not auto installed)
3) save the code in a file called app.py (or another name)
4) enter the inputs as explained in my post
5) run the program by putting "python app.py" in cmd/terminal
 

richard2480

Fan
Jun 3, 2022
20
50
97
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
you have to put the username in quotes ('name' or "name")
e.g.:

Python:
Please, Log in or Register to view codes content!

and if you want it to download multiple users you can put them on a separate line with a comma at the end of each line
e.g.

Python:
Please, Log in or Register to view codes content!

you'll also have to enter a HOME_DIR. this is where the files will be saved. you can create a folder called tiktok where the app.py is saved and enter

Python:
Please, Log in or Register to view codes content!
 
  • peepoClap
Reactions: Lil' Sissy Amy

Oiser

Fan
Mar 13, 2022
25
67
97
0fya082315al84db03fa9bf467e3.png
'playwright' is not recognized as an internal or external command, operable program or batch file.
any help?
 

Oiser

Fan
Mar 13, 2022
25
67
97
0fya082315al84db03fa9bf467e3.png
WARNING: Failed to write executable - trying to use .deleteme logic ERROR: Could not install packages due to an OSError: [WinError 2] The system cannot find the file specified: 'c:\python39\Scripts\playwright.exe' -> 'c:\python39\Scripts\playwright.exe.deleteme'
Im not sure what is happening