https://github.com/seleb/mastodon-post-scheduler
a basic web ui for scheduling posts on mastodon
https://github.com/seleb/mastodon-post-scheduler
javascript mastodon posts scheduled
Last synced: 4 months ago
JSON representation
a basic web ui for scheduling posts on mastodon
- Host: GitHub
- URL: https://github.com/seleb/mastodon-post-scheduler
- Owner: seleb
- Created: 2023-07-03T16:19:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T02:13:45.000Z (over 1 year ago)
- Last Synced: 2025-04-12T19:08:57.763Z (about 1 year ago)
- Topics: javascript, mastodon, posts, scheduled
- Language: JavaScript
- Homepage: https://seleb.github.io/mastodon-post-scheduler/
- Size: 435 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# mastodon-post-scheduler
a basic web ui for scheduling posts on mastodon
## how to get an access token
- create/login to a mastodon account
- go to `Preferences > Development > New application`
- give it whatever name you'd like (this will show up in the app field of the post)
- include the scopes `read:statuses`, `write:media`, and `write:statuses`
- once created, select it and copy `Your access token`
## notes
- posts scheduled with this tool use your default language setting
- instances have their own post length/attachment limits, which this tool does not check for you
- this tool does not store any data: it fetches and posts on your behalf, but the actual scheduling is handled by your instance
- when posts are scheduled in the near future, your instance may post them immediately instead of scheduling them (default is <5min)
- the "in reply to" field can be post URL or ID, but if it's from another instance, make sure to use the reference from your own instance instead of theirs