Iceloof / GoogleNews

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

Limit Search to selected Topic #55

Open arky opened 3 years ago

arky commented 3 years ago

It would be great to search only the selected topic such as covid-19 and certain geographic regions like Africa

Topic Page: https://news.google.com/topics/CAAqIggKIhxDQkFTRHdvSkwyMHZNREZqY0hsNUVnSmxiaWdBUAE?hl=en-US&gl=US&ceid=US%3Aen Geographic Boundary: https://news.google.com/topics/CAAqBwgKMJ25lwsw5uKuAw?hl=en-US&gl=US&ceid=US%3Aen

HurinHu commented 3 years ago

It seems keywords are encrypted in a string which I am not sure what encode algorithm is applied, and the geographic region is not exactly the same as your input or set in the parameters. Will do some research about it later.