mattpodolak / pmaw

A multithread Pushshift.io API Wrapper for reddit.com comment and submission searches.
MIT License
212 stars 28 forks source link

Cannot pass https_proxy parameter to PushShift function #45

Open preshmalinetpereira opened 2 years ago

preshmalinetpereira commented 2 years ago

In psaw and in Pushshift we can pass a proxy for each request. I want to use pmaw but we use proxies heavily and hence cannot use pmaw as there is no way to pass proxies or Is there a way to do it?

PushshiftAPI(https_proxy=proxy)