Christopher K. Hoadley
|
3b6cb1d4d9
|
Try to back out "Fix stray f's that break on Linux" #198. The user was getting a syntax error from the format strings (probably from using an old version of Python). But, blindly removing the f-strings broke the actual functionality.
|
2019-05-15 07:39:39 -05:00 |
|
snehankekre
|
92d39f855a
|
Fix stray f's that break on Linux
|
2019-04-10 14:45:55 +05:30 |
|
jenchieh
|
a67387d711
|
Remove duplicate import.
|
2019-03-08 19:44:50 +08:00 |
|
jenchieh
|
71b6c2149e
|
Put docstring inside the function.
|
2019-03-08 19:44:29 +08:00 |
|
BlucyBlue
|
65a040dbbb
|
Function 'check_proxy_list' which checks anonimity of each proxy contained in a list of named tuples. Proxies are checked by using the 'check_proxy' function.
|
2019-01-29 10:09:33 +03:30 |
|
BlucyBlue
|
901074ea4e
|
Function 'check_proxy', which checks anonimity of a signle proxy by anaylizing return headers received from a request using the proxy in question.
|
2019-01-29 10:09:33 +03:30 |
|
BlucyBlue
|
a63bdb3152
|
Created new file 'load_proxies.py' to store functions for reading proxies from files, and checking proxy anonimity. Created the function 'load_proxies_from_csv' which reads proxies from a .csv file to a list of named tuples.
|
2019-01-29 10:09:33 +03:30 |
|