tiktokautouploader 2.85__py2.py3-none-any.whl → 2.86__py2.py3-none-any.whl
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/function.py +2 -2
- {tiktokautouploader-2.85.dist-info → tiktokautouploader-2.86.dist-info}/METADATA +1 -1
- tiktokautouploader-2.86.dist-info/RECORD +7 -0
- tiktokautouploader-2.85.dist-info/RECORD +0 -7
- {tiktokautouploader-2.85.dist-info → tiktokautouploader-2.86.dist-info}/WHEEL +0 -0
- {tiktokautouploader-2.85.dist-info → tiktokautouploader-2.86.dist-info}/licenses/LICENSE.md +0 -0
tiktokautouploader/function.py
CHANGED
@@ -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)
|
@@ -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>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
tiktokautouploader/__init__.py,sha256=u7OWCK_u68ST8dfrkSF4Yw44CJOzV9NXI6ASRuoDfmE,64
|
2
|
+
tiktokautouploader/function.py,sha256=7pZ--_6IyX69Ayf-rzXMd9PlzqzcVwAFrljIk8MwACI,31506
|
3
|
+
tiktokautouploader/Js_assets/login.js,sha256=SLhtPYo8ZfTRUnbR7Xqp084lSuAOqIWUxi75FlFH3vs,966
|
4
|
+
tiktokautouploader-2.86.dist-info/METADATA,sha256=cSuoQsxyjQfK4pzJLf7eqoCf4nDp9bOESwDBHJS1l3Q,4879
|
5
|
+
tiktokautouploader-2.86.dist-info/WHEEL,sha256=fl6v0VwpzfGBVsGtkAkhILUlJxROXbA3HvRL6Fe3140,105
|
6
|
+
tiktokautouploader-2.86.dist-info/licenses/LICENSE.md,sha256=hYds_VJIpnS5gC73WhuWk2IY_e9BWjuEJthQCb9ThyU,1073
|
7
|
+
tiktokautouploader-2.86.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
tiktokautouploader/__init__.py,sha256=u7OWCK_u68ST8dfrkSF4Yw44CJOzV9NXI6ASRuoDfmE,64
|
2
|
-
tiktokautouploader/function.py,sha256=6v89pLpulCIYD6KjfN_rphFUVGclGvnQBlNsoxBPU7Q,31509
|
3
|
-
tiktokautouploader/Js_assets/login.js,sha256=SLhtPYo8ZfTRUnbR7Xqp084lSuAOqIWUxi75FlFH3vs,966
|
4
|
-
tiktokautouploader-2.85.dist-info/METADATA,sha256=0SUpoRf0G6kdkLe0YDL8x3T6GB0Cd6EVvCheOwq0nKU,4879
|
5
|
-
tiktokautouploader-2.85.dist-info/WHEEL,sha256=fl6v0VwpzfGBVsGtkAkhILUlJxROXbA3HvRL6Fe3140,105
|
6
|
-
tiktokautouploader-2.85.dist-info/licenses/LICENSE.md,sha256=hYds_VJIpnS5gC73WhuWk2IY_e9BWjuEJthQCb9ThyU,1073
|
7
|
-
tiktokautouploader-2.85.dist-info/RECORD,,
|
File without changes
|
File without changes
|