Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 954 Bytes

File metadata and controls

38 lines (25 loc) · 954 Bytes

Go back to the Main Documentation

Manage Download History

History

You can only view the history from the CLI and only if you have used -s flag in your previous scraper executions.

-s save download history to avoid downloading duplicate posts in the future

To view history record:

tiktok-scraper history

To delete single history record:

tiktok-scraper history -r TYPE:INPUT
tiktok-scraper history -r user:tiktok
tiktok-scraper history -r hashtag:summer
tiktok-scraper history -r trend

Set custom path where history files will be stored.

NOTE: After setting the custom path you will have to specify it all the time so that the scraper knows the file location

tiktok-scraper hashtag summer -s -d -n 10 --historypath /Blah/Blah/Blah

To delete all records:

tiktok-scraper history -r all