samirelanduk / tiktok-save

A Python tool for backing up your liked and bookmarked videos on tiktok to your computer.
90 stars 13 forks source link

How do I change the folder location? #10

Closed viasbox closed 1 year ago

viasbox commented 1 year ago

I don't know which file and which line to edit to make the "./save.py" commands work & the previous threads to this haven't been answered. I'd appreciate a clear answer to this, as I'm sure it'd help other laymen too. My current directory is "E:\backups\tiktok\liked" ; the data.json file is inside it, and i execute the commands in git bash as an admin, so I think the folder is the only problem. the error command is: "bash: ./save.py: No such file or directory"

samirelanduk commented 1 year ago

You need to be in the directory of tiktok-save itself (whereever you saved it), and then give "E:\backups\tiktok\liked" as the third argument. I'll update the README to be clearer.