From 9b9dd272fa53bd76696d8d45f173c9bc2efac19d Mon Sep 17 00:00:00 2001 From: William Kaiser Date: Tue, 30 Jan 2024 14:38:39 -0500 Subject: [PATCH] Clarifying README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 998ab16..6d88d57 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,10 @@ Your `sessionid` is all that is required for authentication and can be passed as After installing, open the extensions menu on [TikTok.com](https://tiktok.com/) and click `🍪 Get cookies.txt` to reveal your cookies. Select `Export As ⇩` and specify a location and name to save. +```python +upload_video(..., cookies='cookies.txt') +``` + **Optionally**, `cookies_list` is a list of dictionaries with keys `name`, `value`, `domain`, `path` and `expiry` which allow you to pass your own browser cookies. **Example:** @@ -197,7 +201,8 @@ cookies_list = [ 'domain': 'https://tiktok.com', 'path': '/', 'expiry': '10/8/2023, 12:18:58 PM' - } + }, + # the rest of your cookies all in a list ] upload_video(..., cookies_list=cookies_list) @@ -275,11 +280,11 @@ On initial startup, you **may** be prompted to install the correct driver for yo

📝 Notes

-This bot is not fool proof. Though I have not gotten an official ban, the video will fail to upload after too many uploads. In testing, waiting several hours was sufficient to fix this problem. For this reason, please thing of this more as a scheduled uploader for TikTok videos, rather than a spam bot. +This bot is not fool proof. Though I have not gotten an official ban, the video will fail to upload after too many uploads. In testing, waiting several hours was sufficient to fix this problem. For this reason, please think of this more as a scheduled uploader for TikTok videos, rather than a spam bot.

Accounts made with

-- [@C_Span](https://www.tiktok.com/@c_span?lang=en) - A split-screen channel with mobile games below featuring clips from C-Span's YouTube channel +- [@C_Span](https://www.tiktok.com/@c_span?lang=en) - A split-screen channel with mobile games below-featuring clips from C-Span's YouTube channel - [@habit_track](https://www.tiktok.com/@habit_track?lang=en) - A Reddit bot to see which SubReddit is most viral on TikTok > If you like this project, please ⭐ it on GitHub to show your support! ❤️