Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/riduidel/mastodon-rss

A toy project trying to fetch my Mastodon "timeline" as RSS
https://github.com/riduidel/mastodon-rss

hacktoberfest mastodon php rss rss-aggregator

Last synced: 1 day ago
JSON representation

A toy project trying to fetch my Mastodon "timeline" as RSS

Awesome Lists containing this project

README

        

Welcome to mastodon-rss 👋




License: GPL


Twitter: Riduidel

> This small project reads the timeline of a Mastodon user into an RSS feed, allowing me to browse mastodon in the comfort of my RSS reader of choice

## WARNING

This version provides a small enhancement to the wonderful Mastodon REST library.
Unfortunatly, as the library author hasn't yet released a new version, it won't work on your machine.
Upvote [this pull request](https://github.com/phediverse/mastodon-rest/pull/11) if you want it integrated.

## Installation

* Declare your application in mastodon settings/development/applications
* Unzip the release in your own Apache web folder (`/var/www/html` on my Raspbian)
* Set the configuration variables (rename the `config.php.example` into `config.php` and edit that file to copy application id and secret)
* Open [${YOUR_SERVER}/mastodon-rss/timeline.php](${YOUR_SERVER}/mastodon-rss/timeline.php in your browser) in your browser

Enjoy!

## Author

👤 **Nicolas Delsaux**

* Website: http://riduidel.wordpress.com
* Twitter: [@Riduidel](https://twitter.com/Riduidel)
* Github: [@Riduidel](https://github.com/Riduidel)
* Mastodon: [@[email protected]](https://framapiaf.org/Riduidel)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/Riduidel/mastodon-rss/issues).

## Show your support

Give a ⭐️ if this project helped you!

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_