Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/riduidel/mastodon-rss
- Owner: Riduidel
- License: gpl-3.0
- Created: 2022-11-07T19:22:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T09:28:21.000Z (about 1 year ago)
- Last Synced: 2024-04-13T12:57:35.511Z (7 months ago)
- Topics: hacktoberfest, mastodon, php, rss, rss-aggregator
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to mastodon-rss 👋
> 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 browserEnjoy!
## 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)_