tiktokautouploader 2.8__tar.gz → 2.81__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.
@@ -88,7 +88,7 @@ This document provides detailed information about the parameters and usage of th
88
88
  ## 🕰️ Runtime:
89
89
  **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**
90
90
 
91
- - **Captcha's:** 3 - 5 secs (in RARE cases, it can take 10-15 seconds longer)
91
+ - **Captcha's:** 3 - 5 secs (during first run or in RARE cases, it can take 10-15 seconds longer)
92
92
  - **Adding Sound:** 5 - 10 secs
93
93
  - **Scheduling:** 1 - 3 secs
94
94
  - **Copyright Check:** 2 - 7 secs
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: tiktokautouploader
3
- Version: 2.8
3
+ Version: 2.81
4
4
  Summary: Upload or schedule videos to TikTok with TikTok sounds and hashtags that work.
5
5
  Project-URL: Homepage, https://github.com/haziq-exe/TikTokAutoUploader
6
- Author-email: HAZIQ KHALID <haziqmk123@gmail.com>
6
+ Author-email: HAZIQ <haziqmk123@gmail.com>
7
7
  License-File: LICENSE.md
8
8
  Keywords: autoupload,tiktok,tiktokautoupload
9
9
  Classifier: License :: OSI Approved :: MIT License
@@ -4,13 +4,13 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "tiktokautouploader"
7
- version = "2.8"
7
+ version = "2.81"
8
8
  description = "Upload or schedule videos to TikTok with TikTok sounds and hashtags that work."
9
9
  long-description = "file: README.md"
10
10
  long-description-content-type = "text/markdown"
11
11
  keywords = ["tiktok", "autoupload", "tiktokautoupload"]
12
12
  authors = [
13
- { name = "HAZIQ KHALID", email = "haziqmk123@gmail.com" }
13
+ { name = "HAZIQ", email = "haziqmk123@gmail.com" }
14
14
  ]
15
15
  urls = { "Homepage" = "https://github.com/haziq-exe/TikTokAutoUploader" }
16
16
  classifiers = [
@@ -36,13 +36,13 @@ tags = ["wheel"]
36
36
 
37
37
  [tool.hatch.metadata]
38
38
  name = "tiktokautouploader"
39
- version = "2.8"
39
+ version = "2.81"
40
40
  description = "Upload or schedule videos to TikTok with TikTok sounds and hashtags that work."
41
41
  long_description = "file: README.md"
42
42
  long_description_content_type = "text/markdown"
43
43
  keywords = ["tiktok", "autoupload", "tiktokautoupload"]
44
44
  authors = [
45
- { name = "HAZIQ KHALID", email = "haziqmk123@gmail.com" }
45
+ { name = "HAZIQ", email = "haziqmk123@gmail.com" }
46
46
  ]
47
47
  urls = { "Homepage" = "https://github.com/haziq-exe/TikTokAutoUploader" }
48
48
  classifiers = [
@@ -243,7 +243,6 @@ def upload_tiktok(video, description, hashtags=None, sound_name=None, sound_aud_
243
243
  captcha = False
244
244
  while detected == False:
245
245
  if page.locator('.upload-text-container').is_visible():
246
- print("Showed up")
247
246
  detected = True
248
247
  else:
249
248
  if page.locator('div.VerifyBar___StyledDiv-sc-12zaxoy-0.hRJhHT').is_visible():