wkaisertexas / tiktok-uploader

Automatically ⬆️ upload TikTok videos
https://pypi.org/project/tiktok-uploader/
MIT License
390 stars 91 forks source link

i can't use it #6

Closed qweaeqew closed 1 year ago

qweaeqew commented 1 year ago

i type tiktok-uploader \ -v video.mp4 \ -c cookies.txt and recieve usage: tiktok-uploader [-h] -v VIDEO [-d DESCRIPTION] [-c COOKIES] [-u USERNAME] [-p PASSWORD] [--headless] tiktok-uploader: error: unrecognized arguments: \ \

wkaisertexas commented 1 year ago

Slashes in CLI commands allow you to place the commands on multiple lines. This was something that I did to make the README easier to read.

However, it seems like the command copied wrong and you should just use the command

tiktok-uplodaer -v video.mp4 -c cookies.txt