https://github.com/yunohost-apps/rss-bridge_ynh
RSS-Bridge package for YunoHost
https://github.com/yunohost-apps/rss-bridge_ynh
rss-bridge yunohost yunohost-apps
Last synced: 6 months ago
JSON representation
RSS-Bridge package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/rss-bridge_ynh
- Owner: YunoHost-Apps
- License: unlicense
- Created: 2017-04-26T16:56:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T00:33:52.000Z (9 months ago)
- Last Synced: 2025-04-23T15:13:30.599Z (6 months ago)
- Topics: rss-bridge, yunohost, yunohost-apps
- Language: Shell
- Homepage: https://github.com/RSS-Bridge/rss-bridge
- Size: 233 KB
- Stars: 16
- Watchers: 6
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSS-Bridge for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/rss-bridge/)

[](https://install-app.yunohost.org/?app=rss-bridge)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install RSS-Bridge quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*## Overview
RSS-Bridge is a project capable of generating RSS and Atom feeds for websites that don't have one. It can be used on webservers or as a stand-alone application in CLI mode.
Important: RSS-Bridge is not a feed reader or feed aggregator, but a tool to generate feeds that are consumed by feed readers and feed aggregators. Find a list of feed aggregators on Wikipedia.
### Supported sites/pages (main)
* `FlickrExplore` : [Latest interesting images](http://www.flickr.com/explore) from Flickr
* `GoogleSearch` : Most recent results from Google Search
* `GooglePlus` : Most recent posts of user timeline
* `Twitter` : Return keyword/hashtag search or user timeline
* `Identi.ca` : Identica user timeline (Should be compatible with other Pump.io instances)
* `YouTube` : YouTube user channel, playlist or search
* `Cryptome` : Returns the most recent documents from [Cryptome.org](http://cryptome.org/)
* `DansTonChat`: Most recent quotes from [danstonchat.com](http://danstonchat.com/)
* `DuckDuckGo`: Most recent results from [DuckDuckGo.com](https://duckduckgo.com/)
* `Instagram`: Most recent photos from an Instagram user
* `OpenClassrooms`: Lastest tutorials from [fr.openclassrooms.com](http://fr.openclassrooms.com/)
* `Pinterest`: Most recent photos from user or search
* `ScmbBridge`: Newest stories from [secouchermoinsbete.fr](http://secouchermoinsbete.fr/)
* `Wikipedia`: highlighted articles from [Wikipedia](https://wikipedia.org/) in English, German, French or Esperanto
* `Bandcamp` : Returns last release from [bandcamp](https://bandcamp.com/) for a tag
* `ThePirateBay` : Returns the newest indexed torrents from [The Pirate Bay](https://thepiratebay.se/) with keywords
* `Facebook` : Returns the latest posts on a page or profile on [Facebook](https://facebook.com/)Plus [many other bridges](bridges/) to enable, thanks to the community
### Output format
Output format can take several forms:
* `Atom` : ATOM Feed, for use in RSS/Feed readers
* `Mrss` : MRSS Feed, for use in RSS/Feed readers
* `Json` : Json, for consumption by other applications.
* `Html` : Simple html page.
* `Plaintext` : raw text (php object, as returned by print_r)
**Shipped version:** 2025.01.26~ynh1
**Demo:**
## Screenshots

## Documentation and resources
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/rss-bridge_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/rss-bridge_ynh/tree/testing --debug
or
sudo yunohost app upgrade rss-bridge -u https://github.com/YunoHost-Apps/rss-bridge_ynh/tree/testing --debug
```**More info regarding app packaging:**