Schedule posts to Bluesky with Cloudflare workers. skyscheduler.work
cf tool bsky-tool cloudflare bluesky schedule bsky service social-media cloudflare-workers

small page updates

+1 -1
assets/dep/dropzone-min.js assets/dep/dropzone.min.js
+1 -1
src/pages/homepage.tsx
··· 31 31 <ul> 32 32 <li>Handles multiple users/accounts easily, supports custom PDS instances</li> 33 33 <li>Schedule your posts any time in the future (to the nearest hour)</li> 34 - <li>Supports embeds, links, tagging, mentions</li> 34 + <li>Supports embeds, quote posts, links, tagging, mentions</li> 35 35 <li>Post <span data-tooltip={`images and video (up to ${R2_FILE_SIZE_LIMIT_IN_MB} MB)`}>media</span> with content labels and full support for alt text</li> 36 36 <li>Automatically retweet your posts at an interval of your choosing, up to {MAX_REPOST_INTERVAL} times every {MAX_REPOST_IN_HOURS-1} hours (or {MAX_REPOST_DAYS} days)</li> 37 37 <li>Edit the content of posts and alt text before they are posted</li>