Jump to content
UBot Underground

Account creation and proxies


Recommended Posts

Lets say you want to create a bot to make 1,000 Twitter accounts. You would need a different IP address each time.

 

What do you do? have uBot scrape some proxies or what? Maybe there is some standard library code we can call on this forum?

 

I'm thinking this must be such a common requirement that there is a best practice solution.

 

Anyone?

 

Thanks,

 

Jon

Link to post
Share on other sites

Lets say you want to create a bot to make 1,000 Twitter accounts. You would need a different IP address each time.

 

What do you do? have uBot scrape some proxies or what? Maybe there is some standard library code we can call on this forum?

 

I'm thinking this must be such a common requirement that there is a best practice solution.

 

Anyone?

 

Thanks,

 

Jon

 

 

You would need to use the Change proxy command under action commands in a loop with a list of proxies added to a list. Use the $random list item constant (or $next list item with command Set List Position, with position set to 0), so that whenever a new account is being created in a loop, your proxy will change to a random proxy in the list or whatever proxy is next, depending on which constant you use...

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...