JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q55944F
  • License MIT

Package Exports

  • rss2mastodon

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rss2mastodon) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

rss2mastodon

publish a rss feed to mastodon

Usage

$ rss2mastodon --host https://g0v.social --url FEED_URL --token MASTODON_TOKEN [--db DB_NAME]

command line arguments

  • host: mastodon instance's URL.
  • url: RSS feed URL
  • token: access token to the given instance
  • unlisted: set the status visibility to unlisted(optional)
  • db: database file name(optional)

Use https://takahashim.github.io/mastodon-access-token/ to find out your access token

License

The MIT License