tiktokautouploader 2.85__tar.gz → 2.86__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.
- {tiktokautouploader-2.85 → tiktokautouploader-2.86}/PKG-INFO +1 -1
- tiktokautouploader-2.86/READMEimage/READMEimg.png +0 -0
- {tiktokautouploader-2.85 → tiktokautouploader-2.86}/pyproject.toml +2 -2
- {tiktokautouploader-2.85 → tiktokautouploader-2.86}/tiktokautouploader/function.py +2 -2
- tiktokautouploader-2.85/READMEimage/Image.png +0 -0
- {tiktokautouploader-2.85 → tiktokautouploader-2.86}/.gitignore +0 -0
- {tiktokautouploader-2.85 → tiktokautouploader-2.86}/DOCUMENTATION.md +0 -0
- {tiktokautouploader-2.85 → tiktokautouploader-2.86}/LICENSE.md +0 -0
- {tiktokautouploader-2.85 → tiktokautouploader-2.86}/README.md +0 -0
- {tiktokautouploader-2.85 → tiktokautouploader-2.86}/READMEimage/Captcha1.gif +0 -0
- {tiktokautouploader-2.85 → tiktokautouploader-2.86}/READMEimage/Captcha2.gif +0 -0
- {tiktokautouploader-2.85 → tiktokautouploader-2.86}/tiktokautouploader/Js_assets/login.js +0 -0
- {tiktokautouploader-2.85 → tiktokautouploader-2.86}/tiktokautouploader/__init__.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: tiktokautouploader
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.86
|
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>
|
Binary file
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "tiktokautouploader"
|
7
|
-
version = "2.
|
7
|
+
version = "2.86"
|
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"]
|
@@ -35,7 +35,7 @@ tags = ["wheel"]
|
|
35
35
|
|
36
36
|
[tool.hatch.metadata]
|
37
37
|
name = "tiktokautouploader"
|
38
|
-
version = "2.
|
38
|
+
version = "2.86"
|
39
39
|
description = "Upload or schedule videos to TikTok with TikTok sounds and hashtags that work."
|
40
40
|
readme = {file = "README.md", content-type = "text/markdown"}
|
41
41
|
keywords = ["tiktok", "autoupload", "tiktokautoupload"]
|
@@ -204,12 +204,12 @@ def upload_tiktok(video, description, hashtags=None, sound_name=None, sound_aud_
|
|
204
204
|
|
205
205
|
retries = 0
|
206
206
|
cookie_read = False
|
207
|
+
install_js_dependencies()
|
207
208
|
|
208
209
|
if os.path.exists('TK_cookies.json'):
|
209
210
|
cookies, cookie_read = read_cookies(cookies_path='TK_cookies.json')
|
210
211
|
|
211
212
|
if cookie_read == False:
|
212
|
-
install_js_dependencies()
|
213
213
|
login_warning()
|
214
214
|
run_javascript()
|
215
215
|
|
@@ -329,7 +329,7 @@ def upload_tiktok(video, description, hashtags=None, sound_name=None, sound_aud_
|
|
329
329
|
click_on_objects(page, webpage_coords)
|
330
330
|
time.sleep(0.5)
|
331
331
|
page.click("div.verify-captcha-submit-button")
|
332
|
-
if attempts >
|
332
|
+
if attempts > 10:
|
333
333
|
sys.exit("FAILED TO SOLVE CAPTCHA")
|
334
334
|
try:
|
335
335
|
page.wait_for_selector('.upload-text-container', timeout=5000)
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|