hide_my_python icon indicating copy to clipboard operation
hide_my_python copied to clipboard

A parser for the free proxy list on HideMyAss!

Results 8 hide_my_python issues
Sort by recently updated
recently updated
newest added

``` abhishek:~/Desktop/work/gits/hide_my_python$ python3 ./hide_my_python.py -o hello.txt Traceback (most recent call last): File "./hide_my_python.py", line 61, in main() File "./hide_my_python.py", line 46, in main for proxy in parser.generate_proxy(args): File "/home/abhishek/Desktop/work/gits/hide_my_python/parser.py", line...

How to fix this? also it looks like README file has no inforation about dependencies. I installed manually missing modules through pip but still no luck( when Help works but...

the old regexp were not working so I changed them.

Without hyphen it's wrong at least in windows. Here's what I got when tried to run script before the fix: ``` SyntaxError: encoding problem: utf-8 ``` Also, 'parser' module collides...

Traceback (most recent call last): File "D:\workfiles\PythonScript\hide_my_python\hide_my_python.py", line 61, in main() File "D:\workfiles\PythonScript\hide_my_python\hide_my_python.py", line 46, in main for proxy in parser.generate_proxy(args): AttributeError: 'module' object has no attribute 'generate_proxy'

./hide_my_python.py Traceback (most recent call last): File "./hide_my_python.py", line 26, in import parser File "/home/pi/Downloads/hide_my_python/parser.py", line 27, in import connect File "/home/pi/Downloads/hide_my_python/connect.py", line 26, in import requests

In order to facilitate accessing the functionality of HideMyPython from other Python programs, I created a fork with a number of new features: - setuptools packaging allows HideMyPython to be...