pookz@stme commited on
Commit
e825bcb
·
1 Parent(s): bd47096

1. add cli support.

Browse files

2. change LOCAL_CHROME_PATH to conf file
3. change douyin gen cookie url

Files changed (1) hide show
  1. README.MD +2 -2
README.MD CHANGED
@@ -103,10 +103,10 @@ options:
103
  python cli_main.py douyin test login
104
  douyin平台,账号名为test,动作为login
105
 
106
- python douyin test upload "C:\Users\duperdog\Videos\2023-11-07_05-27-44 - 这位少女如梦中仙... .mp4" -pt 0
107
  douyin平台, 账号名为test, 动作为upload, 视频文件(需对应的meta文件,详见上), 发布方式(pt):0 立即发布
108
 
109
- python douyin test upload "C:\Users\superdog\Videos\2023-11-07_05-27-44 - 这位少女如梦中仙... .mp4" -pt 1 -t "2024-6-14 12:00"
110
  douyin平台, 账号名为test, 动作为upload, 视频文件, 发布方式(pt):1 定时发布, 发布时间(t): 2024-6-14 12:00
111
  ```
112
 
 
103
  python cli_main.py douyin test login
104
  douyin平台,账号名为test,动作为login
105
 
106
+ python cli_main.py douyin test upload "C:\Users\duperdog\Videos\2023-11-07_05-27-44 - 这位少女如梦中仙... .mp4" -pt 0
107
  douyin平台, 账号名为test, 动作为upload, 视频文件(需对应的meta文件,详见上), 发布方式(pt):0 立即发布
108
 
109
+ python cli_main.py douyin test upload "C:\Users\superdog\Videos\2023-11-07_05-27-44 - 这位少女如梦中仙... .mp4" -pt 1 -t "2024-6-14 12:00"
110
  douyin平台, 账号名为test, 动作为upload, 视频文件, 发布方式(pt):1 定时发布, 发布时间(t): 2024-6-14 12:00
111
  ```
112