Fix #13, socks proxy and added check for tor exit node
I encountered an issue with missing dependencies for the proper proxying of tor traffic with requests. I updated requirements.txt using pip freeze.
I noticed that the check for the tor exit node wasn't properly implemented. I refactored it using check.torproject.org's api.
Finally, I also had the dead onion issue. In my case, it was linked to nltk. I added some nltk.download.
This PR is not perfect, it is a quick fix but it's working. Didn't do much testing ;)
Looks good. Will test it tomorrow. Thanks for adding this PR, I originally had the nltk shit but i forgot why i took it out (was probably drinking). Thanks for actually being useful unlike some of the knobs who just open up random issues on my projects and don't actually read the README or the source files. Cheers.
Hi, are there any updates on this PR? I’ve tested it and can confirm it works as expected. It would be great to have this merged. Thanks a lot!