# rss_clawer

> this is a rss_clawer that save the result to file. supppot more soucre

Latest version **1.0.0** (published 2018-05-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install rss_clawer
pnpm add rss_clawer
yarn add rss_clawer
bun add rss_clawer
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2018-05-02 |
| First published | 2018-05-02 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 18.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | alex liu |
| Maintainers | liu11hao11 |
| Keywords | rss, clawer |

## Links

- npm: https://www.npmjs.com/package/rss_clawer
- npm.io page: https://npm.io/package/rss_clawer

## Dependencies (5)

- [chai](https://npm.io/package/chai.md) ^4.1.2
- [nock](https://npm.io/package/nock.md) ^9.2.5
- [feedme](https://npm.io/package/feedme.md) ^1.2.0
- [request](https://npm.io/package/request.md) ^2.85.0
- [fs-extra](https://npm.io/package/fs-extra.md) ^5.0.0

## Recent versions

- 1.0.0 (latest) — 2018-05-02

## README

# RSS Clawer That Support Mutil Source 


## How to Use

```
npm install rss_clawer --save 
```

Support mutil rss source, like this.

```
let { Rss } = require("rss_clawer");
let rssSrv = new Rss({
  urls: ['https://cnodejs.org/rss',"https://www.zhihu.com/rss",],
  path:'storefiles/rss.txt', // store source
  type:'fs' //save the result into file
});

rssSrv.start()
rssSrv.stop() // stop the  service.
```

run the test
```
npm i

npm run test
```

---
_Source: https://npm.io/package/rss_clawer · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
