iw4p / proxy-scraper

scrape proxies from more than 5 different sources and check which ones are still alive
MIT License
492 stars 126 forks source link

Asynchronous requests #20

Closed itsamirhn closed 2 years ago

itsamirhn commented 2 years ago

Just for cleaner code & faster usage, I used async & await feature. As I added a timer, It seems this changes make it about 0.2 seconds faster.

itsamirhn commented 2 years ago

It seems you fixed the issue of the Tests with python >= 3.7; Do you mean the issue of python 3.6 or you find another bug?

itsamirhn commented 2 years ago

Finally the checks have passed :)

iw4p commented 2 years ago

Yay! Thank you so much. I learned a lot from your codes!