Iceloof / GoogleNews

Script for GoogleNews
https://pypi.org/project/GoogleNews/
MIT License
314 stars 88 forks source link

if I can use proxy in this tools #130

Closed yf835615267 closed 8 months ago

yf835615267 commented 8 months ago

I want to use [GoogleNews] to get some news informations, but in my country, I can not connect google directly. If I can set proxy when using [GoogleNews]?

HurinHu commented 8 months ago

You can use global proxy or you can set https proxy in python, this library is using requests to set normal network requests.

yf835615267 commented 8 months ago

OK, I use global proxy to solve this problem, thanks