Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuvimen/rssgen
A bash script for creating rss feeds
https://github.com/tuvimen/rssgen
rss rss-generator
Last synced: about 1 month ago
JSON representation
A bash script for creating rss feeds
- Host: GitHub
- URL: https://github.com/tuvimen/rssgen
- Owner: TUVIMEN
- License: gpl-3.0
- Created: 2022-11-27T11:48:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T09:36:40.000Z (about 1 year ago)
- Last Synced: 2023-12-30T10:27:40.313Z (about 1 year ago)
- Topics: rss, rss-generator
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rssgen
A bash script for creating rss feeds.
## Installation
install -m 755 rssgen /usr/bin## Usage
rssgen [OPTION]... [URL]
RSS feed of THE\_HIGH\_COMMAND profile on bitchute
rssgen -t THE_HIGH_COMMAND -p 'https://static-3.bitchute.com/live/channel_images/2pZ6g7DTmL61/lKUxB9HjipzMxGHRlha9pZHy_small.jpg' -d 'Auto generated page of THE_HIGH_COMMAND profile' -D 'hgrep "div +class=\"channel-videos-details text-right hidden-xs\"; span | \"%i\\n\"" | date +%F -f -' -T 'hgrep "div +class=\"channel-videos-title\"; a | \"%i\\n\""' -L 'hgrep "div +class=\"channel-videos-title\"; a +href | \"https://www.bitchute.com%(href)a\\n\""' -I 'hgrep "div +class=\"channel-videos-text\" | \"%i\\n\"" | sed "/^[ \\t]*$/d"' 'https://www.bitchute.com/channel/the_high_command/'
Get some help
rssgen -h