Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisns/linkedin-newsletter-rss
Scraper for public LinkedIn Newsletters and make them accessible by a RSS feed.
https://github.com/chrisns/linkedin-newsletter-rss
atom feed linkedin linkedin-scraper rss rss-feed
Last synced: 12 days ago
JSON representation
Scraper for public LinkedIn Newsletters and make them accessible by a RSS feed.
- Host: GitHub
- URL: https://github.com/chrisns/linkedin-newsletter-rss
- Owner: chrisns
- License: mit
- Created: 2023-11-09T17:32:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T10:23:22.000Z (7 months ago)
- Last Synced: 2024-05-02T05:07:01.268Z (7 months ago)
- Topics: atom, feed, linkedin, linkedin-scraper, rss, rss-feed
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# LinkedIn Newsletter RSS scraper
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/chrisns/linkedin-newsletter-rss)
[![Security Scanning](https://github.com/chrisns/linkedin-newsletter-rss/actions/workflows/security.yml/badge.svg)](https://github.com/chrisns/linkedin-newsletter-rss/actions/workflows/security.yml)Scraper for public LinkedIn Newsletters and make them accessible by a RSS feed.
## Usage
Take a newsletter such as [The AI Beat](https://www.linkedin.com/newsletters/7025619738558926848/)
Notice the URL looks something like: `https://www.linkedin.com/newsletters/7025619738558926848/`
The the last bit (`7025619738558926848`) which is the newsletter ID.
Which then plonk that at the end of `https://linkedinrss.cns.me/`
Giving you an address like [`https://linkedinrss.cns.me/7025619738558926848`](https://linkedinrss.cns.me/7025619738558926848)
Put that into your favorite RSS reader and make yourself a coffee ☕ all your LinkedIn newsletters will be available in your RSS feed now!
## You can of course deploy this to your own Cloudflare worker config.