Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stagerightlabs/snarf
A tool for downloading files from an RSS feed
https://github.com/stagerightlabs/snarf
golang rss
Last synced: 1 day ago
JSON representation
A tool for downloading files from an RSS feed
- Host: GitHub
- URL: https://github.com/stagerightlabs/snarf
- Owner: stagerightlabs
- Created: 2020-12-22T04:21:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-22T04:25:19.000Z (about 4 years ago)
- Last Synced: 2024-03-25T01:55:16.929Z (10 months ago)
- Topics: golang, rss
- Language: Go
- Homepage:
- Size: 5.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Snarf
A tool for downloading files from an RSS feed.
### Build
```
go build
```### Usage
```
snarf -f https://feed.rss -d ~/destination/path
```Options:
- `-f` The RSS feed to inspect
- `-d` The destination directory for saving files