upload-post 2.2.2__tar.gz → 2.3.0__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.
- {upload_post-2.2.2 → upload_post-2.3.0}/PKG-INFO +10 -7
- {upload_post-2.2.2 → upload_post-2.3.0}/README.md +7 -4
- {upload_post-2.2.2 → upload_post-2.3.0}/setup.py +3 -3
- {upload_post-2.2.2 → upload_post-2.3.0}/upload_post/__init__.py +2 -2
- {upload_post-2.2.2 → upload_post-2.3.0}/upload_post/api_client.py +22 -8
- {upload_post-2.2.2 → upload_post-2.3.0}/upload_post/cli.py +1 -1
- {upload_post-2.2.2 → upload_post-2.3.0}/upload_post.egg-info/PKG-INFO +10 -7
- {upload_post-2.2.2 → upload_post-2.3.0}/setup.cfg +0 -0
- {upload_post-2.2.2 → upload_post-2.3.0}/upload_post.egg-info/SOURCES.txt +0 -0
- {upload_post-2.2.2 → upload_post-2.3.0}/upload_post.egg-info/dependency_links.txt +0 -0
- {upload_post-2.2.2 → upload_post-2.3.0}/upload_post.egg-info/requires.txt +0 -0
- {upload_post-2.2.2 → upload_post-2.3.0}/upload_post.egg-info/top_level.txt +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: upload-post
|
|
3
|
-
Version: 2.
|
|
4
|
-
Summary: Cross-platform social media upload for TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, and X (Twitter)
|
|
3
|
+
Version: 2.3.0
|
|
4
|
+
Summary: Cross-platform social media upload for TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, Discord, Telegram, and X (Twitter)
|
|
5
5
|
Home-page: https://www.upload-post.com/
|
|
6
6
|
Author: Upload-Post
|
|
7
7
|
Author-email: hi@img2html.com
|
|
8
8
|
Project-URL: Documentation, https://docs.upload-post.com
|
|
9
9
|
Project-URL: Source, https://github.com/upload-post/upload-post-pip
|
|
10
10
|
Project-URL: Bug Tracker, https://github.com/upload-post/upload-post-pip/issues
|
|
11
|
-
Keywords: social-media,video-upload,photo-upload,tiktok,instagram,youtube,linkedin,facebook,pinterest,threads,reddit,bluesky,twitter,x,api-client,upload-post
|
|
11
|
+
Keywords: social-media,video-upload,photo-upload,tiktok,instagram,youtube,linkedin,facebook,pinterest,threads,reddit,bluesky,discord,telegram,twitter,x,api-client,upload-post
|
|
12
12
|
Classifier: Development Status :: 5 - Production/Stable
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
14
14
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
@@ -40,7 +40,7 @@ Dynamic: summary
|
|
|
40
40
|
|
|
41
41
|
Official Python client for the [Upload-Post API](https://www.upload-post.com) - Cross-platform social media upload.
|
|
42
42
|
|
|
43
|
-
Upload videos, photos, text posts, and documents to **TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, and X (Twitter)** with a single API.
|
|
43
|
+
Upload videos, photos, text posts, and documents to **TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, Discord, Telegram, and X (Twitter)** with a single API.
|
|
44
44
|
|
|
45
45
|
## Installation
|
|
46
46
|
|
|
@@ -68,9 +68,9 @@ print(response)
|
|
|
68
68
|
|
|
69
69
|
## Features
|
|
70
70
|
|
|
71
|
-
- ✅ **Video Upload** - TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Bluesky, X
|
|
72
|
-
- ✅ **Photo Upload** - TikTok, Instagram, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, X
|
|
73
|
-
- ✅ **Text Posts** - X, LinkedIn, Facebook, Threads, Reddit, Bluesky
|
|
71
|
+
- ✅ **Video Upload** - TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Bluesky, Discord, Telegram, X
|
|
72
|
+
- ✅ **Photo Upload** - TikTok, Instagram, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, Discord, Telegram, X
|
|
73
|
+
- ✅ **Text Posts** - X, LinkedIn, Facebook, Threads, Reddit, Bluesky, Discord, Telegram
|
|
74
74
|
- ✅ **Document Upload** - LinkedIn (PDF, PPT, PPTX, DOC, DOCX)
|
|
75
75
|
- ✅ **Scheduling** - Schedule posts for later
|
|
76
76
|
- ✅ **Posting Queue** - Add posts to your configured queue
|
|
@@ -359,6 +359,9 @@ These options work across all upload methods:
|
|
|
359
359
|
| `add_to_queue` | Add to posting queue |
|
|
360
360
|
| `max_posts_per_slot` | Max posts per queue slot (overrides profile setting) |
|
|
361
361
|
| `async_upload` | Process asynchronously (default: True) |
|
|
362
|
+
| `autogenerate` | If True, AI generates native per-platform title/description from the media and fills any field left empty |
|
|
363
|
+
| `autogenerate_title` / `autogenerate_description` | Generate only the title or only the description (bool) |
|
|
364
|
+
| `autogenerate_language` | Force the output language (ISO code); omit to auto-detect from the media |
|
|
362
365
|
|
|
363
366
|
## Error Handling
|
|
364
367
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Official Python client for the [Upload-Post API](https://www.upload-post.com) - Cross-platform social media upload.
|
|
4
4
|
|
|
5
|
-
Upload videos, photos, text posts, and documents to **TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, and X (Twitter)** with a single API.
|
|
5
|
+
Upload videos, photos, text posts, and documents to **TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, Discord, Telegram, and X (Twitter)** with a single API.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -30,9 +30,9 @@ print(response)
|
|
|
30
30
|
|
|
31
31
|
## Features
|
|
32
32
|
|
|
33
|
-
- ✅ **Video Upload** - TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Bluesky, X
|
|
34
|
-
- ✅ **Photo Upload** - TikTok, Instagram, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, X
|
|
35
|
-
- ✅ **Text Posts** - X, LinkedIn, Facebook, Threads, Reddit, Bluesky
|
|
33
|
+
- ✅ **Video Upload** - TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Bluesky, Discord, Telegram, X
|
|
34
|
+
- ✅ **Photo Upload** - TikTok, Instagram, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, Discord, Telegram, X
|
|
35
|
+
- ✅ **Text Posts** - X, LinkedIn, Facebook, Threads, Reddit, Bluesky, Discord, Telegram
|
|
36
36
|
- ✅ **Document Upload** - LinkedIn (PDF, PPT, PPTX, DOC, DOCX)
|
|
37
37
|
- ✅ **Scheduling** - Schedule posts for later
|
|
38
38
|
- ✅ **Posting Queue** - Add posts to your configured queue
|
|
@@ -321,6 +321,9 @@ These options work across all upload methods:
|
|
|
321
321
|
| `add_to_queue` | Add to posting queue |
|
|
322
322
|
| `max_posts_per_slot` | Max posts per queue slot (overrides profile setting) |
|
|
323
323
|
| `async_upload` | Process asynchronously (default: True) |
|
|
324
|
+
| `autogenerate` | If True, AI generates native per-platform title/description from the media and fills any field left empty |
|
|
325
|
+
| `autogenerate_title` / `autogenerate_description` | Generate only the title or only the description (bool) |
|
|
326
|
+
| `autogenerate_language` | Force the output language (ISO code); omit to auto-detect from the media |
|
|
324
327
|
|
|
325
328
|
## Error Handling
|
|
326
329
|
|
|
@@ -5,10 +5,10 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="upload-post",
|
|
8
|
-
version="2.
|
|
8
|
+
version="2.3.0",
|
|
9
9
|
author="Upload-Post",
|
|
10
10
|
author_email="hi@img2html.com",
|
|
11
|
-
description="Cross-platform social media upload for TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, and X (Twitter)",
|
|
11
|
+
description="Cross-platform social media upload for TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, Discord, Telegram, and X (Twitter)",
|
|
12
12
|
long_description=long_description,
|
|
13
13
|
long_description_content_type="text/markdown",
|
|
14
14
|
url="https://www.upload-post.com/",
|
|
@@ -38,7 +38,7 @@ setup(
|
|
|
38
38
|
keywords=[
|
|
39
39
|
"social-media", "video-upload", "photo-upload", "tiktok", "instagram",
|
|
40
40
|
"youtube", "linkedin", "facebook", "pinterest", "threads", "reddit",
|
|
41
|
-
"bluesky", "twitter", "x", "api-client", "upload-post"
|
|
41
|
+
"bluesky", "discord", "telegram", "twitter", "x", "api-client", "upload-post"
|
|
42
42
|
],
|
|
43
43
|
python_requires=">=3.8",
|
|
44
44
|
)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Upload-Post - Cross-platform social media upload
|
|
3
3
|
|
|
4
4
|
Upload videos, photos, text posts, and documents to TikTok, Instagram, YouTube,
|
|
5
|
-
LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, and X (Twitter).
|
|
5
|
+
LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, Discord, Telegram, and X (Twitter).
|
|
6
6
|
|
|
7
7
|
Example:
|
|
8
8
|
>>> from upload_post import UploadPostClient
|
|
@@ -15,7 +15,7 @@ Example:
|
|
|
15
15
|
... )
|
|
16
16
|
"""
|
|
17
17
|
|
|
18
|
-
__version__ = "2.
|
|
18
|
+
__version__ = "2.3.0"
|
|
19
19
|
|
|
20
20
|
from .api_client import UploadPostClient, UploadPostError
|
|
21
21
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Upload-Post API Client
|
|
3
3
|
|
|
4
4
|
Cross-platform social media upload for TikTok, Instagram, YouTube, LinkedIn,
|
|
5
|
-
Facebook, Pinterest, Threads, Reddit, Bluesky, and X (Twitter).
|
|
5
|
+
Facebook, Pinterest, Threads, Reddit, Bluesky, Discord, Telegram, and X (Twitter).
|
|
6
6
|
"""
|
|
7
7
|
|
|
8
8
|
from pathlib import Path
|
|
@@ -20,7 +20,7 @@ class UploadPostClient:
|
|
|
20
20
|
Upload-Post API Client
|
|
21
21
|
|
|
22
22
|
Supports uploading to: TikTok, Instagram, YouTube, LinkedIn, Facebook,
|
|
23
|
-
Pinterest, Threads, Reddit, Bluesky, X (Twitter)
|
|
23
|
+
Pinterest, Threads, Reddit, Bluesky, Discord, Telegram, X (Twitter)
|
|
24
24
|
|
|
25
25
|
Example:
|
|
26
26
|
>>> client = UploadPostClient("YOUR_API_KEY")
|
|
@@ -128,6 +128,15 @@ class UploadPostClient:
|
|
|
128
128
|
data.append(("max_posts_per_slot", str(max_posts_per_slot)))
|
|
129
129
|
if async_upload is not None:
|
|
130
130
|
data.append(("async_upload", str(async_upload).lower()))
|
|
131
|
+
# AI auto-generation of native per-platform copy from the media (fills blank fields)
|
|
132
|
+
if kwargs.get("autogenerate") is not None:
|
|
133
|
+
data.append(("autogenerate", str(kwargs["autogenerate"]).lower()))
|
|
134
|
+
if kwargs.get("autogenerate_title") is not None:
|
|
135
|
+
data.append(("autogenerate_title", str(kwargs["autogenerate_title"]).lower()))
|
|
136
|
+
if kwargs.get("autogenerate_description") is not None:
|
|
137
|
+
data.append(("autogenerate_description", str(kwargs["autogenerate_description"]).lower()))
|
|
138
|
+
if kwargs.get("autogenerate_language"):
|
|
139
|
+
data.append(("autogenerate_language", str(kwargs["autogenerate_language"])))
|
|
131
140
|
|
|
132
141
|
# Platform-specific title overrides
|
|
133
142
|
title_overrides = [
|
|
@@ -395,10 +404,10 @@ class UploadPostClient:
|
|
|
395
404
|
Args:
|
|
396
405
|
video_path: Path to video file or video URL.
|
|
397
406
|
title: Video title/caption. Required for YouTube and Reddit.
|
|
398
|
-
Optional for TikTok, Instagram, Facebook, LinkedIn, X, Threads, Bluesky, Pinterest.
|
|
407
|
+
Optional for TikTok, Instagram, Facebook, LinkedIn, X, Threads, Bluesky, Discord, Telegram, Pinterest.
|
|
399
408
|
user: User identifier (profile name).
|
|
400
409
|
platforms: Target platforms. Supported: tiktok, instagram, youtube,
|
|
401
|
-
linkedin, facebook, pinterest, threads, bluesky, x
|
|
410
|
+
linkedin, facebook, pinterest, threads, bluesky, discord, telegram, x
|
|
402
411
|
|
|
403
412
|
Keyword Args:
|
|
404
413
|
description: Video description
|
|
@@ -407,6 +416,11 @@ class UploadPostClient:
|
|
|
407
416
|
timezone: Timezone for scheduled date (e.g., "Europe/Madrid")
|
|
408
417
|
add_to_queue: Add to posting queue
|
|
409
418
|
async_upload: Process asynchronously (default: True)
|
|
419
|
+
autogenerate: If True, the server uses AI to generate native per-platform
|
|
420
|
+
title/description from the media and fills any platform field
|
|
421
|
+
left empty. Also: autogenerate_title / autogenerate_description
|
|
422
|
+
(bool) for granularity, autogenerate_language (ISO code) to force
|
|
423
|
+
the language (omit to auto-detect from the media).
|
|
410
424
|
|
|
411
425
|
TikTok:
|
|
412
426
|
privacy_level: PUBLIC_TO_EVERYONE, MUTUAL_FOLLOW_FRIENDS,
|
|
@@ -540,10 +554,10 @@ class UploadPostClient:
|
|
|
540
554
|
Args:
|
|
541
555
|
photos: List of photo file paths or URLs.
|
|
542
556
|
title: Post title/caption. Required for Reddit.
|
|
543
|
-
Optional for TikTok, Instagram, Facebook, LinkedIn, X, Threads, Bluesky, Pinterest.
|
|
557
|
+
Optional for TikTok, Instagram, Facebook, LinkedIn, X, Threads, Bluesky, Discord, Telegram, Pinterest.
|
|
544
558
|
user: User identifier (profile name).
|
|
545
559
|
platforms: Target platforms. Supported: tiktok, instagram, linkedin,
|
|
546
|
-
facebook, pinterest, threads, reddit, bluesky, x
|
|
560
|
+
facebook, pinterest, threads, reddit, bluesky, discord, telegram, x
|
|
547
561
|
|
|
548
562
|
Keyword Args:
|
|
549
563
|
description: Photo description
|
|
@@ -676,8 +690,8 @@ class UploadPostClient:
|
|
|
676
690
|
Args:
|
|
677
691
|
title: Text content for the post.
|
|
678
692
|
user: User identifier (profile name).
|
|
679
|
-
platforms: Target platforms. Supported: x, linkedin, facebook,
|
|
680
|
-
threads, reddit, bluesky
|
|
693
|
+
platforms: Target platforms. Supported: x, linkedin, facebook,
|
|
694
|
+
threads, reddit, bluesky, discord, telegram
|
|
681
695
|
|
|
682
696
|
Keyword Args:
|
|
683
697
|
first_comment: First comment to post
|
|
@@ -18,7 +18,7 @@ def main():
|
|
|
18
18
|
"--platforms",
|
|
19
19
|
nargs="+",
|
|
20
20
|
required=True,
|
|
21
|
-
choices=["tiktok", "instagram", "linkedin", "youtube", "facebook", "x", "threads", "pinterest"],
|
|
21
|
+
choices=["tiktok", "instagram", "linkedin", "youtube", "facebook", "x", "threads", "pinterest", "discord", "telegram"],
|
|
22
22
|
help="Platforms to upload to. For platform-specific parameters, please use the Python API."
|
|
23
23
|
)
|
|
24
24
|
parser.add_argument(
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: upload-post
|
|
3
|
-
Version: 2.
|
|
4
|
-
Summary: Cross-platform social media upload for TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, and X (Twitter)
|
|
3
|
+
Version: 2.3.0
|
|
4
|
+
Summary: Cross-platform social media upload for TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, Discord, Telegram, and X (Twitter)
|
|
5
5
|
Home-page: https://www.upload-post.com/
|
|
6
6
|
Author: Upload-Post
|
|
7
7
|
Author-email: hi@img2html.com
|
|
8
8
|
Project-URL: Documentation, https://docs.upload-post.com
|
|
9
9
|
Project-URL: Source, https://github.com/upload-post/upload-post-pip
|
|
10
10
|
Project-URL: Bug Tracker, https://github.com/upload-post/upload-post-pip/issues
|
|
11
|
-
Keywords: social-media,video-upload,photo-upload,tiktok,instagram,youtube,linkedin,facebook,pinterest,threads,reddit,bluesky,twitter,x,api-client,upload-post
|
|
11
|
+
Keywords: social-media,video-upload,photo-upload,tiktok,instagram,youtube,linkedin,facebook,pinterest,threads,reddit,bluesky,discord,telegram,twitter,x,api-client,upload-post
|
|
12
12
|
Classifier: Development Status :: 5 - Production/Stable
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
14
14
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
@@ -40,7 +40,7 @@ Dynamic: summary
|
|
|
40
40
|
|
|
41
41
|
Official Python client for the [Upload-Post API](https://www.upload-post.com) - Cross-platform social media upload.
|
|
42
42
|
|
|
43
|
-
Upload videos, photos, text posts, and documents to **TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, and X (Twitter)** with a single API.
|
|
43
|
+
Upload videos, photos, text posts, and documents to **TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, Discord, Telegram, and X (Twitter)** with a single API.
|
|
44
44
|
|
|
45
45
|
## Installation
|
|
46
46
|
|
|
@@ -68,9 +68,9 @@ print(response)
|
|
|
68
68
|
|
|
69
69
|
## Features
|
|
70
70
|
|
|
71
|
-
- ✅ **Video Upload** - TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Bluesky, X
|
|
72
|
-
- ✅ **Photo Upload** - TikTok, Instagram, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, X
|
|
73
|
-
- ✅ **Text Posts** - X, LinkedIn, Facebook, Threads, Reddit, Bluesky
|
|
71
|
+
- ✅ **Video Upload** - TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Bluesky, Discord, Telegram, X
|
|
72
|
+
- ✅ **Photo Upload** - TikTok, Instagram, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, Discord, Telegram, X
|
|
73
|
+
- ✅ **Text Posts** - X, LinkedIn, Facebook, Threads, Reddit, Bluesky, Discord, Telegram
|
|
74
74
|
- ✅ **Document Upload** - LinkedIn (PDF, PPT, PPTX, DOC, DOCX)
|
|
75
75
|
- ✅ **Scheduling** - Schedule posts for later
|
|
76
76
|
- ✅ **Posting Queue** - Add posts to your configured queue
|
|
@@ -359,6 +359,9 @@ These options work across all upload methods:
|
|
|
359
359
|
| `add_to_queue` | Add to posting queue |
|
|
360
360
|
| `max_posts_per_slot` | Max posts per queue slot (overrides profile setting) |
|
|
361
361
|
| `async_upload` | Process asynchronously (default: True) |
|
|
362
|
+
| `autogenerate` | If True, AI generates native per-platform title/description from the media and fills any field left empty |
|
|
363
|
+
| `autogenerate_title` / `autogenerate_description` | Generate only the title or only the description (bool) |
|
|
364
|
+
| `autogenerate_language` | Force the output language (ISO code); omit to auto-detect from the media |
|
|
362
365
|
|
|
363
366
|
## Error Handling
|
|
364
367
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|