|
|
|
|
|
by ashryan
477 days ago
|
|
Love all of these RSS resources. Thanks for sharing! Last week, I spent a couple of hours at a local hack event putting an RSS aggregator[1] together for our community. Just something fun to do. One thing I realized when I deployed is that Substack gives a 403 if you try to read their RSS feeds from a GitHub Action. The only obvious workaround to me is to pull the content on local periodically, commit it, and then deploy. But I'd much rather have this site updating itself via GitHub Action and cron. Have you run into this situation before? [1]: https://github.com/astoria-tech/subcurrent-astro/ |
|