Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T17:53:39.000Z (4 months ago)
- Last Synced: 2024-09-08T19:25:29.503Z (4 months ago)
- Topics: javascript, mastodon, posts, scheduled
- Language: JavaScript
- Homepage: https://seleb.github.io/mastodon-post-scheduler/
- Size: 413 KB
- Stars: 5
- 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