|
|
|
|
|
by vivzkestrel
300 days ago
|
|
i wish RSS protocols would update to support SSE for pushing new items instead of you polling them. Does anyone know a reliable way to use aiohttp with proxies to load data from RSS so that your requests are not blocked when using the feedparser library in python? |
|
(As for SSE, it’s entirely unsuitable as it would require a persistent connection.)