An open source, easy to use, and extensible RSS feed aggregator, it's capable of generating RSS feeds from pretty much everything https://docs.rsshub.app/en/install/
Go to file
3wc 6738a514fc
continuous-integration/drone/push Build is passing Details
Switch to self-hosted stack-ssh-deploy image [mass update]
2023-01-21 11:49:56 -08:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:56 -08:00
.env.sample Switch to <recipe>.example.com 2022-11-24 10:59:50 -08:00
.gitignore init 2022-08-17 14:06:19 +02:00
README.md drop proxy, bump version, fix label 2022-09-06 00:50:06 +02:00
abra.sh init 2022-08-17 14:06:19 +02:00
compose.instagram.yml drop proxy, bump version, fix label 2022-09-06 00:50:06 +02:00
compose.yml more caching 2022-09-06 00:55:58 +02:00
entrypoint.sh.tmpl making the deploy actually work 2022-08-17 15:11:53 +02:00

README.md

rsshub

An open source, easy to use, and extensible RSS feed aggregator, it's capable of generating RSS feeds from pretty much everything.

  • Category: Apps
  • Status: 0
  • Image: diygod/rsshub, 4, upstream
  • Healthcheck: No
  • Backups: No
  • Email: No
  • Tests: No
  • SSO: No

Quick start

  • abra app new rsshub --secrets
  • abra app config <app-name>
  • abra app deploy <app-name>

For more, see docs.coopcloud.tech.

Tips & Tricks

Instgram scraping

Use the provided username/password env vars.

# instagram
#COMPOSE_FILE="$COMPOSE_FILE:compose.instagram.yml"
#IG_ENABLED=1
#IG_USERNAME=
#SECRET_IG_PASSWORD_VERSION=v1

We used to Tor proxying but then the accounts started getting blocked due to each request arriving from a new IP address (exit nodes). So, it ie best to rely on caching and reducing access.