Jump to content
UBot Underground

Best way to get list?


Recommended Posts

After reading a few posts here I signed up at buyproxies.org.  I'm using their API to grab a list of my proxies using a screenscrape and then grabbing a random proxy from that list.

 

However, I don't like that my initial screen shows my list of proxies. 

 

I don't think I want to download this info to a file either.

 

What would be the best way to make sure I'm using my current proxy list but not display this to anyone that is using a bot I create?

Link to post
Share on other sites

you could use a new browser and set visibility to hidden... then you could save them encrypted... look in the BST section and you'll find a free encryption plugin.

ui button("get proxies") {
    getproxies()
}
define getproxies {
    comment("put your scraping code in the in new browser node below")
    in new browser {
        set visibility("Invisible")
        navigate("http://www.google.com", "Wait")
    }
}
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...