Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

collect-feeds

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collect-feeds

A CLI for collect feed URLs.

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

collect-feeds

NPM Version LICENSE Build Status code style: prettier

A CLI for collect feed URLs.

Installation

npm install collect-feeds

Usages

$ npx collect-feeds [COUNT]

Read URLs from the file url-queue.txt from the current working directory, then find feed URLs for the first 10 URLs.

With COUNT, fetch a specified number of URLs.

The found feed URLs are appended to found.yml, the failed URLs are appended to failed.yml. Once a URL was fecthed, it will be appended to skip-list.txt, so next time will fast forward these URLs. You can modify skip-list.txt to skip some URLs or re-fetch some URLs.

License

Copyright (c) 2020 dailyrandomphoto. Licensed under the MIT license.

Keywords

FAQs

Package last updated on 11 Aug 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc