Abdur-rahmaanJ / honeybot

🛩 A python IRC bot with simple plugins dev. Ignited in mauritius, first-timers friendly! Moved to github.com/pyhoneybot/honeybot
MIT License
61 stars 49 forks source link

.pydocs plugin #151

Closed ghost closed 5 years ago

ghost commented 5 years ago

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.

Abdur-rahmaanJ commented 5 years ago

ok i'll merge it, you continue work. just do more research.