# feed-me-up-scotty-with-date

> RSS feeds for arbitrary websites, using CSS selectors

Latest version **1.4.0-beta.1** (published 2021-07-25) · AGPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install feed-me-up-scotty-with-date
pnpm add feed-me-up-scotty-with-date
yarn add feed-me-up-scotty-with-date
bun add feed-me-up-scotty-with-date
```

Provides the command `feed-me-up-scotty-with-date`.

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.0-beta.1 |
| Published | 2021-07-25 |
| First published | 2021-07-25 |
| Weekly downloads | 0 |
| License | AGPL-3.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 39.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | hawk01 |

## Links

- npm: https://www.npmjs.com/package/feed-me-up-scotty-with-date
- npm.io page: https://npm.io/package/feed-me-up-scotty-with-date

## Dependencies (5)

- [feed](https://npm.io/package/feed.md) ^4.2.2
- [dayjs](https://npm.io/package/dayjs.md) ^1.10.6
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.1
- [@ltd/j-toml](https://npm.io/package/@ltd/j-toml.md) ^1.12.2
- [playwright-firefox](https://npm.io/package/playwright-firefox.md) ^1.11.1

## Recent versions

- 1.4.0-beta.1 (latest) — 2021-07-25
- 1.4.0 — 2021-07-25

## README

# Feed me up, Scotty!

Generate RSS feeds for websites that don't have them, using CSS selectors.

To use, create a file `feeds.toml`, in which you can define the feeds to create
as follows:

```toml
[funfacts]
title = "Wikipedia — did you know?"
url = "https://en.wikipedia.org/wiki/Main_Page"
entrySelector = "#mp-dyk > ul li"
titleSelector = "b"
linkSelector = "b a"

[wikivoyage]
title = "Wikivoyage recommendations" 
url = "https://en.wikivoyage.org/wiki/Main_Page" 
entrySelector = ".jcarousel-wrapper .jcarousel-item" 
titleSelector = "h2"
linkSelector = "h2 a" 
```

Then run:

    npx feed-me-up-scotty

This will generate two RSS feeds in `public/funfacts.xml` and
`public/wikivoyage.xml`. Additionally, it will generate a combined RSS feed in
`public/all.xml`.

---
_Source: https://npm.io/package/feed-me-up-scotty-with-date · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
