tiktokautouploader 2.95__tar.gz → 2.96__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -93,13 +93,15 @@ This document provides detailed information about the parameters and usage of th
93
93
  - To check what captcha shows up when you upload on your account just open this link while logged in to TikTok: https://www.tiktok.com/tiktokstudio/upload?from=upload&lang=en
94
94
 
95
95
  ## 🕰️ Runtime:
96
- **Total runtime depends on how long TikTok takes to upload your video to their servers, however, here are approximations on how much runtime is added by each parameter**
96
+ **Total runtime depends on your wifi connection and how long TikTok takes to upload your video to their servers, however, here are approximations on how much runtime is added by each parameter**
97
97
 
98
- - **Captcha's:** 3 - 5 secs (during first run or in RARE cases, it can take 10-15 seconds longer)
99
- - **Adding Sound:** 5 - 10 secs
98
+ - **Captcha's:** 8 - 15 secs (in RARE cases, it may take longer)
99
+ - **Adding Sound:** 8 - 12 secs
100
100
  - **Scheduling:** 1 - 3 secs
101
101
  - **Copyright Check:** 2 - 7 secs
102
102
 
103
+ - All in all, runtime shouldn't exceed one minute in most cases.
104
+
103
105
  - **NOTE:** When running for the FIRST TIME ONLY, it may take an extra 20 - 30 seconds at the beginning for the code to start running as libraries are being built
104
106
 
105
107
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: tiktokautouploader
3
- Version: 2.95
3
+ Version: 2.96
4
4
  Summary: Upload or schedule videos to TikTok with viral TikTok sounds and hashtags.
5
5
  Project-URL: Homepage, https://github.com/haziq-exe/TikTokAutoUploader
6
6
  Author-email: HAZIQ <haziqmk123@gmail.com>
@@ -31,7 +31,7 @@ Description-Content-Type: text/markdown
31
31
 
32
32
 
33
33
  <p align="center">
34
- <img src="READMEimage/READMEimg.png" alt="" width="150"/>
34
+ <img src="READMEimage/READMEvid.gif" alt="" width="900"/>
35
35
  </p>
36
36
 
37
37
  ## 🚀 Features
@@ -41,6 +41,7 @@ Description-Content-Type: text/markdown
41
41
  - **🗓 Schedule Uploads:** Upload videos at specific times or upto 10 days in advance with our scheduling feature.
42
42
  - **🔍 Copyright Check:** Ensure your video is safe from copyright claims before uploading.
43
43
  - **🏷 Add Working Hashtags:** Increase your reach by adding effective hashtags that actually work.
44
+ - **⏰ Cutdown on upload time:** Upload to TikTok with way less hassle and much more speed using our library
44
45
 
45
46
 
46
47
  ## 📦 Installation
@@ -60,7 +61,7 @@ pip install tiktokautouploader
60
61
  - **Note:** The necessary JavaScript dependencies (`playwright`,`playwright-extra`, `puppeteer-extra-plugin-stealth`) will be AUTOMATICALLY installed the first time you run the function, so you don't need to install them manually. Make sure that `npm` (Node.js package manager) is available in your system's PATH.
61
62
 
62
63
 
63
- 2. **Browser Binaries:** If you don't have them already, you'll need to install the browser binaries for `playwright`.
64
+ 2. **Browser Binaries:** If you don't have them already, you'll need to install the browser binaries for `playwright`. This library uses chromium and firefox.
64
65
 
65
66
  to do so, just run the following command AFTER installing the package:
66
67
 
@@ -68,6 +69,8 @@ pip install tiktokautouploader
68
69
  python -m playwright install
69
70
  ```
70
71
 
72
+ **NOTE:** If you want to add sounds to your TikTok, you MUST have the ability to save drafts. If you don't want to add sounds then you don't need this feature.
73
+
71
74
 
72
75
  ## 📝 Quick-Start
73
76
 
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
  <p align="center">
12
- <img src="READMEimage/READMEimg.png" alt="" width="150"/>
12
+ <img src="READMEimage/READMEvid.gif" alt="" width="900"/>
13
13
  </p>
14
14
 
15
15
  ## 🚀 Features
@@ -19,6 +19,7 @@
19
19
  - **🗓 Schedule Uploads:** Upload videos at specific times or upto 10 days in advance with our scheduling feature.
20
20
  - **🔍 Copyright Check:** Ensure your video is safe from copyright claims before uploading.
21
21
  - **🏷 Add Working Hashtags:** Increase your reach by adding effective hashtags that actually work.
22
+ - **⏰ Cutdown on upload time:** Upload to TikTok with way less hassle and much more speed using our library
22
23
 
23
24
 
24
25
  ## 📦 Installation
@@ -38,7 +39,7 @@ pip install tiktokautouploader
38
39
  - **Note:** The necessary JavaScript dependencies (`playwright`,`playwright-extra`, `puppeteer-extra-plugin-stealth`) will be AUTOMATICALLY installed the first time you run the function, so you don't need to install them manually. Make sure that `npm` (Node.js package manager) is available in your system's PATH.
39
40
 
40
41
 
41
- 2. **Browser Binaries:** If you don't have them already, you'll need to install the browser binaries for `playwright`.
42
+ 2. **Browser Binaries:** If you don't have them already, you'll need to install the browser binaries for `playwright`. This library uses chromium and firefox.
42
43
 
43
44
  to do so, just run the following command AFTER installing the package:
44
45
 
@@ -46,6 +47,8 @@ pip install tiktokautouploader
46
47
  python -m playwright install
47
48
  ```
48
49
 
50
+ **NOTE:** If you want to add sounds to your TikTok, you MUST have the ability to save drafts. If you don't want to add sounds then you don't need this feature.
51
+
49
52
 
50
53
  ## 📝 Quick-Start
51
54
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "tiktokautouploader"
7
- version = "2.95"
7
+ version = "2.96"
8
8
  description = "Upload or schedule videos to TikTok with viral TikTok sounds and hashtags."
9
9
  readme = {file = "README.md", content-type = "text/markdown"}
10
10
  keywords = ["tiktok", "autoupload", "tiktokautoupload"]
@@ -36,7 +36,7 @@ tags = ["wheel"]
36
36
 
37
37
  [tool.hatch.metadata]
38
38
  name = "tiktokautouploader"
39
- version = "2.95"
39
+ version = "2.96"
40
40
  description = "Upload or schedule videos to TikTok with TikTok sounds and hashtags that work."
41
41
  readme = {file = "README.md", content-type = "text/markdown"}
42
42
  keywords = ["tiktok", "autoupload", "tiktokautoupload"]
@@ -253,7 +253,7 @@ def upload_tiktok(video, description, hashtags=None, sound_name=None, sound_aud_
253
253
 
254
254
  with sync_playwright() as p:
255
255
 
256
- browser = p.webkit.launch(headless=False)
256
+ browser = p.firefox.launch(headless=True)
257
257
 
258
258
  context = browser.new_context()
259
259
  context.add_cookies(cookies)