actions-marketplace-validations/post-to-mastodon

Github Action that sends a toot to Mastodon when you post a new blog post.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
messageThe message which we send to Mastodon.Hello, folks! I just posted a new blog post. Check it out!
base_blog_urlBase url of the blog post. This is used to construct the link to the blog post. For example, if the blog post is at https://sumit4613.github.io/posts/django_middlewares/, then the base-blog-url is https://sumit4613.github.io/posts/ yes
base_directoryThe base directory of the blog posts. This is used to construct the link to the blog post. For example, in my blog all posts are stored in content/posts/ directory. So, the base-directory is content/posts/. yescontent/posts/
access_tokenApplication access token, generated from mastodon dashboard.yes
hostYour mastodon instance host.fosstodon.org
portYour mastodon instance port.443
apiYour mastodon instance api.api/v1

no outputs