@@ -4208,31 +4208,25 @@ Subcommands:
42084208```
42094209Usage: minet tiktok scrape-commercials [ -h] [ -c COUNTRY] [ --silent]
42104210 [ --refresh-per-second REFRESH_PER_SECOND]
4211- [ --simple-progress] [ --cookie COOKIE]
4212- [ --rcfile RCFILE] [ --min-date MIN_DATE]
4211+ [ --simple-progress] [ --min-date MIN_DATE]
42134212 [ --max-date MAX_DATE] [ -t TOTAL]
4214- [ --key KEY] [ --secret SECRET] [ -o OUTPUT]
4213+ [ --key KEY] [ --rcfile RCFILE]
4214+ [ --secret SECRET] [ -o OUTPUT]
42154215
42164216# Tiktok Scrape Commercial Contents Command
42174217
42184218Query Tiktok commercial contents from the Ad Library website.
42194219
42204220Optional Arguments:
4221- --cookie COOKIE Authenticated cookie to use or browser from
4222- which to extract it (supports "firefox",
4223- "chrome", "chromium", "opera" and "edge").
4224- Defaults to ` firefox ` . Can also be configured in
4225- a .minetrc file as "tiktok.cookie" or read from
4226- the MINET_TIKTOK_COOKIE env variable.
42274221 -c, --country COUNTRY The country of the commercial content's author.
4228- Defaults to ` ALL ` .
4222+ Defaults to ` all ` .
42294223 --key KEY Tiktok API identification key. Can also be
42304224 configured in a .minetrc file as
42314225 "tiktok.api_key" or read from the
42324226 MINET_TIKTOK_API_KEY env variable.
42334227 --max-date MAX_DATE The end of the time range during which the
42344228 commercial contents were published. Defaults to
4235- ` 20250514 ` .
4229+ current date .
42364230 --min-date MIN_DATE Needs to be after October 1st, 2022. Defaults to
42374231 ` 20221001 ` .
42384232 --secret SECRET Tiktok API identification secret. Can also be
@@ -4290,7 +4284,7 @@ Optional Arguments:
42904284 MINET_TIKTOK_API_KEY env variable.
42914285 --max-date MAX_DATE The end of the time range during which the
42924286 commercial contents were published. Defaults to
4293- ` 20250513 ` .
4287+ yesterday .
42944288 --min-date MIN_DATE Needs to be after October 1st, 2022. Defaults to
42954289 ` 20221001 ` .
42964290 --secret SECRET Tiktok API identification secret. Can also be
0 commit comments