rsshub/README.md

44 lines
979 B
Markdown
Raw Permalink Normal View History

2022-08-17 11:48:59 +00:00
# rsshub
> An open source, easy to use, and extensible RSS feed aggregator, it's capable
> of generating RSS feeds from pretty much everything.
<!-- metadata -->
* **Category**: Apps
* **Status**: 0
* **Image**: [`diygod/rsshub`](https://hub.docker.com/r/rsshub), 4, upstream
* **Healthcheck**: No
* **Backups**: No
* **Email**: No
* **Tests**: No
* **SSO**: No
<!-- endmetadata -->
## Quick start
* `abra app new rsshub --secrets`
* `abra app config <app-name>`
* `abra app deploy <app-name>`
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
2022-08-17 12:48:07 +00:00
## Tips & Tricks
### Instgram scraping
2022-09-05 22:50:06 +00:00
Use the provided username/password env vars.
2022-08-17 12:48:07 +00:00
```
# instagram
#COMPOSE_FILE="$COMPOSE_FILE:compose.instagram.yml"
#IG_ENABLED=1
#IG_USERNAME=
#SECRET_IG_PASSWORD_VERSION=v1
```
2022-09-05 22:50:06 +00:00
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.