-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1aa5587
commit 87a41e3
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+438 KB
open-social-distributor-app/sample-messages/2023-10-08-capabilities.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions
28
open-social-distributor-app/sample-messages/release-announcement-v0.1.jsonc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"posts": [ | ||
{ | ||
"parts": [ | ||
{ "part": "Text", "content": { "any": "🎉 Announcing release 0.1 of Open Social Distributor - a command line tool that can create posts and threads across a variety of social networks. $$ 🆓 It's open source and free - and you're welcome to contribute to it if you fancy getting involved. $$ 🧵 This post (and thread if you're looking at it on Mastodon!) is an early test for the Open Social Distributor... 🤞"} }, | ||
{ "part": "Link", "content": { "any": "https://instantiator.dev/open-social-distributor/" } }, | ||
{ "part": "Tag", "content": { "any": "SocialNetworks" } }, | ||
{ "part": "Tag", "content": { "any": "SocialMedia" } }, | ||
{ "part": "Tag", "content": { "any": "OpenSocialDistributor" } }, | ||
{ "part": "Tag", "content": { "any": "OSD" } }, | ||
{ "part": "Tag", "content": { "any": "Tool" } }, | ||
{ "part": "Tag", "content": { "any": "CLI" } }, | ||
{ "part": "Tag", "content": { "any": "OpenSource" } }, | ||
{ "part": "Tag", "content": { "any": "OSS" } } | ||
], // list of parts | ||
"images": [ | ||
{ | ||
"uri": "file://sample-messages/social-distributor-icon.png", | ||
"description": "The icon for Open Social Distributor - clear arrows in the 4 ordinal directions overlay a cloud of colours." | ||
}, | ||
{ | ||
"uri": "file://sample-messages/2023-10-08-capabilities.png", | ||
"description": "A table showing the supported social networks: Mastodon, Discord, Facebook and LinkedIn all appear. All support threads, links, tags, and images - although Facebook and LinkedIn have not yet had their threading capability fully tested." | ||
} | ||
] // list of images | ||
} // individual message | ||
] // list of posts | ||
} |