pictuga / morss

Get full text RSS feeds
https://morss.it/
GNU Affero General Public License v3.0
621 stars 75 forks source link

How to use a proxy server #93

Closed martabal closed 1 year ago

martabal commented 2 years ago

Hello, awesome project, Is it possible to proxy python requests through a HTTP proxy server?

pictuga commented 1 year ago

Seems like the lib morss is using automatically catches system wide proxy settings. See https://stackoverflow.com/a/3168244 Feel free to reopen if this does not solve your problem.