Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/poga/rss2mastodon
- Owner: poga
- Created: 2017-04-26T09:04:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T06:13:27.000Z (over 6 years ago)
- Last Synced: 2024-05-23T04:01:42.991Z (6 months ago)
- Topics: mastodon, rss
- Language: JavaScript
- Size: 18.6 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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