sachin-sankar / swiftshadow

Free IP Proxy rotator library for python
https://sachin-sankar.github.io/swiftshadow/
GNU General Public License v3.0
71 stars 5 forks source link

Proxy() is gone #26

Open toneman77 opened 1 week ago

toneman77 commented 1 week ago

For a few days now QuickProxy() takes several minutes(!) to return proxies to my code, so I thought: go back to the old way and use Proxy() and get a handful of proxies even if it takes longer and cache them. So I checked the docs on https://sachin-sankar.github.io/swiftshadow/references/ but neither

from swiftshadow.swiftshadow import Proxy nor

from swiftshadow import Proxy

work. I tried 1.1.0 and also directly from git. No difference Am I doing something wrong?

shayoyem commented 1 week ago

I'd like to add to this, I'm using the Proxy()

Using this code: from swiftshadow.classes import Proxy swift = Proxy(autoRotate=True) proxy=swift.proxy()

I get this text: swiftshadow [INFO]:Cache expired. Updating cache. My program waits on this text for longer than it used to and seemingly never moves on.

sachin-sankar commented 5 days ago

I have started to look into this issue.