Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/poga/rss2mastodon

publish a rss feed to mastodon
https://github.com/poga/rss2mastodon

mastodon rss

Last synced: about 1 month ago
JSON representation

publish a rss feed to mastodon

Awesome Lists containing this project

README

        

# rss2mastodon

publish a rss feed to mastodon

## Install

`npm i rss2mastodon`

## Usage

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

You might want to run `rss2mastodon` periodically with cron.

#### 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/](https://takahashim.github.io/mastodon-access-token/) to find out your access token

## License

The MIT License