All Projects â†’ hueyy â†’ HungryHippo

hueyy / HungryHippo

Licence: other
🦛 scrapes websites and generates rss feeds

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to HungryHippo

arsse
The clean & modern RSS server that doesn't give you any crap. Mirror of main repository at https://code.mensbeam.com/MensBeam/arsse. Please direct your issues there.
Stars: ✭ 15 (-54.55%)
Mutual labels:  rss, feeds, rss-feed
html2rss-web
🕸 Generates and delivers RSS feeds via HTTP. Create your own feeds or get started quickly with the included configs.
Stars: ✭ 36 (+9.09%)
Mutual labels:  rss, rss-feed, rss-feed-scraper
goeland
An alternative to rss2email written in golang with many filters
Stars: ✭ 78 (+136.36%)
Mutual labels:  rss, rss-feed, rss-feed-scraper
Pushl
Push notification adapter for feeds
Stars: ✭ 25 (-24.24%)
Mutual labels:  rss, feeds
vue-rss-feed
Embed RSS Feeds in your Vue web app
Stars: ✭ 37 (+12.12%)
Mutual labels:  rss, rss-feed
newsdash
A news dashboard inspired by iGoogle and Netvibes
Stars: ✭ 44 (+33.33%)
Mutual labels:  rss, news
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (+500%)
Mutual labels:  rss, rss-feed
GNews
A Happy and lightweight Python Package that Provides an API to search for articles on Google News and returns a JSON response.
Stars: ✭ 271 (+721.21%)
Mutual labels:  news, rss-feed
trafilatura
Python & command-line tool to gather text on the Web: web crawling/scraping, extraction of text, metadata, comments
Stars: ✭ 711 (+2054.55%)
Mutual labels:  news, rss-feed
gosquito
gosquito ("go" + "mosquito") is a pluggable tool for data gathering, data processing and data transmitting to various destinations.
Stars: ✭ 25 (-24.24%)
Mutual labels:  rss, news
rss-chan
A telegram RSS feed reader bot, written using python and feedparser.
Stars: ✭ 70 (+112.12%)
Mutual labels:  rss, rss-feed
rss2hook
POST to webhook(s) when new feed-items appear.
Stars: ✭ 33 (+0%)
Mutual labels:  rss, rss-feed-scraper
reader
A Python feed reader library.
Stars: ✭ 290 (+778.79%)
Mutual labels:  rss, rss-feed
fulltextrssplz
Make rss full text.
Stars: ✭ 25 (-24.24%)
Mutual labels:  rss, rss-feed
Newscatchr
FOSS Android News Reader App
Stars: ✭ 216 (+554.55%)
Mutual labels:  rss, news
ttrss ynh
Tiny Tiny RSS package for YunoHost
Stars: ✭ 17 (-48.48%)
Mutual labels:  rss, rss-feed
feed2email
RSS/Atom feed updates in your email
Stars: ✭ 37 (+12.12%)
Mutual labels:  rss, news
tidyRSS
An R package for extracting 'tidy' data frames from RSS, Atom, JSON and geoRSS feeds
Stars: ✭ 62 (+87.88%)
Mutual labels:  rss, rss-feed
Xity Starter
A blog-ready 11ty starter based on PostCSS, with RSS feed and Native Elements!
Stars: ✭ 184 (+457.58%)
Mutual labels:  rss, rss-feed
Gorss
Go Terminal Feed Reader
Stars: ✭ 191 (+478.79%)
Mutual labels:  rss, rss-feed

HungryHippo

Docker Image Version (latest by date)

To a hungry hippo, everything is a feed

HungryHippo generates RSS/ATOM/JSON feeds from regularly-updating public sites.

Examples

Site Sample Link HungryHippo Link
Facebook facebook.com/smbccomics /facebook/smbccomics
Twitter twitter.com/onedevloperarmy /twitter/onedevloperarmy
Instagram (no longer working) instagram.com/nathanwpylestrangeplanet /instagram/nathanwpylestrangeplanet
UCL News ucl.ac.uk/news /individual-site/ucl.ac.uk/news/?url=https://search2.ucl.ac.uk/s/search.json?collection=drupal-push-news-news&meta_UclCommunicationType=%22top+stories%22
Telegraph telegraph.co.uk/opinion /individual-site/telegraph.co.uk/?url=https://www.telegraph.co.uk/opinion/
UCL Laws News ucl.ac.uk/laws/news /individual-site/ucl.ac.uk/news/?url=https://cms-feed.ucl.ac.uk/s/search.json?collection=drupal-laws-new%26&meta_UclOrgUnit=%22UCL Faculty of Laws%22&title=UCL%20Laws%20News
UCL UCU News ucl.ac.uk/ucu/news /individual-site/ucl.ac.uk/news/?url=https://cms-feed.ucl.ac.uk/s/search.json?collection=drupal-professional-services-news%26meta_UclOrgUnit="UCL UCU"&title=UCL UCU
Singapore Law Blog singaporelawblog.sg /individual-site/singaporelawblog.sg
The Edge (SG) theedgesingapore.com /individual-site/theedgesingapore.com
PDPC (SG) pdpc.gov.sg /individual-site/pdpc.gov.sg/undertaking
GitHub Code Search github.com/search /github?q="xkcd.com"

Pop the HungryHippo link into a RSS reader like Feedly, BazQux, or RSSOwl. Or you can use IE.

You can get a list of supported sites by visiting /individual-site.

If something isn't working or if you would like a new site to be added, please create a GitHub issue.

Running HungryHippo

With docker-compose:

  docker build . -t hungryhippo
  docker run -p 3000:3000 hungryhippo

Without docker:

  npm ci
  npm run start:dev

GitHub

Optionally, provide the GITHUB_OAUTH_TOKEN environment variable to enable the GitHub search RSS feeds.

Development

I may have taken the Hungry Hippo theme a bit too far. In short:

  • Muncher: scrapes websites
  • Digestor: turns scraped items into feeds

Credits

Photo taken by David Goehring

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].