tiktokautouploader 4.2__py2.py3-none-any.whl → 4.4__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/Js_assets/login.js +1 -2
- tiktokautouploader/function.py +2 -3
- {tiktokautouploader-4.2.dist-info → tiktokautouploader-4.4.dist-info}/METADATA +1 -1
- tiktokautouploader-4.4.dist-info/RECORD +7 -0
- tiktokautouploader-4.2.dist-info/RECORD +0 -7
- {tiktokautouploader-4.2.dist-info → tiktokautouploader-4.4.dist-info}/WHEEL +0 -0
@@ -24,8 +24,7 @@ async function checkForRedirect(page) {
|
|
24
24
|
for (let i = 0; i < args.length; i++) {
|
25
25
|
if (args[i] === '--proxy' && args[i + 1]) {
|
26
26
|
try {
|
27
|
-
|
28
|
-
proxy = JSON.parse(args[i + 1]); // Parse the proxy string as JSON
|
27
|
+
proxy = JSON.parse(args[i + 1].replace(/'/g, '"')); // Parse the proxy string as JSON
|
29
28
|
} catch (error) {
|
30
29
|
console.error('Failed to parse proxy argument:', error);
|
31
30
|
}
|
tiktokautouploader/function.py
CHANGED
@@ -164,8 +164,7 @@ def download_image(image_url):
|
|
164
164
|
def run_inference_on_image_tougher(image_path, object):
|
165
165
|
|
166
166
|
#rk <- Roboflow key
|
167
|
-
|
168
|
-
|
167
|
+
|
169
168
|
CLIENT = InferenceHTTPClient(
|
170
169
|
api_url="https://detect.roboflow.com",
|
171
170
|
api_key=f"{rk}"
|
@@ -197,7 +196,7 @@ def run_inference_on_image_tougher(image_path, object):
|
|
197
196
|
def run_inference_on_image(image_path):
|
198
197
|
|
199
198
|
#rk <- Roboflow key
|
200
|
-
|
199
|
+
|
201
200
|
CLIENT = InferenceHTTPClient(
|
202
201
|
api_url="https://detect.roboflow.com",
|
203
202
|
api_key=f"{rk}"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: tiktokautouploader
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.4
|
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=T8fPiytde_Rya6oEQyWlbkEW9MkZVbduwvZKmmiq_6w,49156
|
3
|
+
tiktokautouploader/Js_assets/login.js,sha256=fKz4WFgmpCzsfpxk35-ByU9LQ9l_cClMGStXwKG_eW0,1646
|
4
|
+
tiktokautouploader/Js_assets/package.json,sha256=aNbwSOpEpDUlplSuXugHVeN11riVwV4ofVkRPwHzbLs,273
|
5
|
+
tiktokautouploader-4.4.dist-info/METADATA,sha256=dtEEIZSHvzZ0LOW3e7YW58uQRUYmUVNA97upIpQpjvQ,5835
|
6
|
+
tiktokautouploader-4.4.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
7
|
+
tiktokautouploader-4.4.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
tiktokautouploader/__init__.py,sha256=u7OWCK_u68ST8dfrkSF4Yw44CJOzV9NXI6ASRuoDfmE,64
|
2
|
-
tiktokautouploader/function.py,sha256=3_FNO_ayvEbuLECqet_VtOzVAsSGgMbkw2z0k_4hfzs,49215
|
3
|
-
tiktokautouploader/Js_assets/login.js,sha256=NOuTNaGteOAhae-D6-WUH7aMKokCC6rO49EOzAo5vjQ,1690
|
4
|
-
tiktokautouploader/Js_assets/package.json,sha256=aNbwSOpEpDUlplSuXugHVeN11riVwV4ofVkRPwHzbLs,273
|
5
|
-
tiktokautouploader-4.2.dist-info/METADATA,sha256=m1lNmgDggM81_k3iBri-h7eAe8w7kogignTvj5ppSMs,5835
|
6
|
-
tiktokautouploader-4.2.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
7
|
-
tiktokautouploader-4.2.dist-info/RECORD,,
|
File without changes
|