tiktokautouploader 3.7__tar.gz → 3.17__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.
@@ -106,7 +106,7 @@ This document provides detailed information about the parameters and usage of th
106
106
  **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**
107
107
 
108
108
  - **Captcha's:** 3 - 10 secs (in RARE cases, it may take longer)
109
- - **Adding Sound:** 3 - 5 secs
109
+ - **Adding Sound:** 8 - 12 secs
110
110
  - **Scheduling:** 5 - 8 secs
111
111
  - **Copyright Check:** 2 - 5 secs
112
112
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: tiktokautouploader
3
- Version: 3.7
3
+ Version: 3.17
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>
@@ -17,6 +17,7 @@ Requires-Dist: inference>=0.18.1
17
17
  Requires-Dist: pillow>=8.0.0
18
18
  Requires-Dist: playwright>=1.0.0
19
19
  Requires-Dist: requests>=2.0.0
20
+ Requires-Dist: scikit-learn>=0.24.0
20
21
  Description-Content-Type: text/markdown
21
22
 
22
23
  <div align="center">
@@ -28,8 +29,9 @@ Description-Content-Type: text/markdown
28
29
 
29
30
  [![PyPI version](https://img.shields.io/pypi/v/tiktokautouploader.svg)](https://pypi.org/project/tiktokautouploader/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
30
31
 
32
+
31
33
  <p align="center">
32
- <img src="READMEimage/READMEGIF.gif" alt="" width="900"/>
34
+ <img src="READMEimage/READMEvid.gif" alt="" width="900"/>
33
35
  </p>
34
36
 
35
37
  ## 🚀 Features
@@ -42,8 +44,6 @@ Description-Content-Type: text/markdown
42
44
  - **⏰ Cutdown on upload time:** Upload to TikTok with way less hassle and much more speed using our library.
43
45
  - **📝 Upload to different accounts:** Stay organized and on top of multiple different accounts with our multi-account functionality.
44
46
 
45
- ⭐️ If you like this project please feel free to star it, Thank you.
46
-
47
47
  ## 📦 Installation
48
48
 
49
49
  1. **Python Installation:** Install the package using `pip`:
@@ -143,10 +143,4 @@ Created by **Haziq**. Feel free to reach out at [haziqmk123@gmail.com](mailto:ha
143
143
  ## 📄 License
144
144
 
145
145
  This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.
146
-
147
- ## 📮 Related Projects
148
-
149
- If you liked this project please check out my use case showcase project that generates TikToks and uploads them using 'tiktokautouploader'
150
-
151
- [TikTokGenerator](https://github.com/haziq-exe/TikTokGenerator)
152
-
146
+ ```
@@ -7,8 +7,9 @@
7
7
 
8
8
  [![PyPI version](https://img.shields.io/pypi/v/tiktokautouploader.svg)](https://pypi.org/project/tiktokautouploader/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9
9
 
10
+
10
11
  <p align="center">
11
- <img src="READMEimage/READMEGIF.gif" alt="" width="900"/>
12
+ <img src="READMEimage/READMEvid.gif" alt="" width="900"/>
12
13
  </p>
13
14
 
14
15
  ## 🚀 Features
@@ -21,8 +22,6 @@
21
22
  - **⏰ Cutdown on upload time:** Upload to TikTok with way less hassle and much more speed using our library.
22
23
  - **📝 Upload to different accounts:** Stay organized and on top of multiple different accounts with our multi-account functionality.
23
24
 
24
- ⭐️ If you like this project please feel free to star it, Thank you.
25
-
26
25
  ## 📦 Installation
27
26
 
28
27
  1. **Python Installation:** Install the package using `pip`:
@@ -122,10 +121,4 @@ Created by **Haziq**. Feel free to reach out at [haziqmk123@gmail.com](mailto:ha
122
121
  ## 📄 License
123
122
 
124
123
  This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.
125
-
126
- ## 📮 Related Projects
127
-
128
- If you liked this project please check out my use case showcase project that generates TikToks and uploads them using 'tiktokautouploader'
129
-
130
- [TikTokGenerator](https://github.com/haziq-exe/TikTokGenerator)
131
-
124
+ ```
@@ -1,10 +1,10 @@
1
1
  [build-system]
2
- requires = ["hatchling", "setuptools", "wheel"]
2
+ requires = ["hatchling", "setupwheel"]
3
3
  build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "tiktokautouploader"
7
- version = "3.7"
7
+ version = "3.17"
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"]
@@ -27,6 +27,7 @@ dependencies = [
27
27
  "playwright>=1.0.0",
28
28
  "requests>=2.0.0",
29
29
  "Pillow>=8.0.0",
30
+ "scikit-learn>=0.24.0",
30
31
  "inference>=0.18.1",
31
32
  ]
32
33
 
@@ -35,7 +36,7 @@ tags = ["wheel"]
35
36
 
36
37
  [tool.hatch.metadata]
37
38
  name = "tiktokautouploader"
38
- version = "3.7"
39
+ version = "3.17"
39
40
  description = "Upload or schedule videos to TikTok with TikTok sounds and hashtags that work."
40
41
  readme = {file = "README.md", content-type = "text/markdown"}
41
42
  keywords = ["tiktok", "autoupload", "tiktokautoupload"]