I added a new plugin .pydocs user will enter .pydocs "keywords" where "keywords" are the ones that he/she wants to search in python docs.
The problem now is that when I send the request using "requests" library the response is not same as when you do it with the browser yourself
It returns a page but there are no search results in it. So I was just wondering should we use something like Selenium (because I think its because of the Javascript that they have used) or is there any other solution for this.
brief description of changes
I added a new plugin .pydocs user will enter .pydocs "keywords" where "keywords" are the ones that he/she wants to search in python docs. The problem now is that when I send the request using "requests" library the response is not same as when you do it with the browser yourself
It returns a page but there are no search results in it. So I was just wondering should we use something like Selenium (because I think its because of the Javascript that they have used) or is there any other solution for this.