🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/daniilsolovey/rss-parser

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/daniilsolovey/rss-parser

v0.0.0-20201202122907-a4efcf02b7bb
Source
Go
Version published
Created
Source

RSS-parser

RSS-parser is a tool for parsing RSS news from any site and adding it to the database, with user-interface access to finding news in the database by entered letters

Installation

go get github.com/daniilsolovey/rss-parser

Usage

-c --config <path>

Read specified config file. [default: config.toml].

--debug

Enable debug messages.

-v --version

Print version.

-h --help

Show this help.

-u --url

rss url in format: 'https://www.news_site.com/world/rss'

Build

For build program use command:

make build

RUN

This parser works only with RSS links in the 'notes.txt' file

For running program use command:

./rss-parser -u https://www.examplesite.com/world/rss

FAQs

Package last updated on 02 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts