How to set up a rotating 4G proxy

Support / help / discussion forum for twitter bot
Post Reply
982770674
Posts: 107
Joined: Sat Apr 02, 2022 2:22 pm

How to set up a rotating 4G proxy

Post by 982770674 »

Hello Martin, I want to set all accounts to rotate the 4G proxy, how to set the refresh API, for example, refresh the proxy IP after one account completes the action and before the next account performs the task
User avatar
martin@rootjazz
Site Admin
Posts: 34674
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: How to set up a rotating 4G proxy

Post by martin@rootjazz »

How to refresh the IP for the proxy will come from the proxy provider. Ask them how to do it. Then let me know and I can explain how to do it in the program.


You can change IP at the start of an action
For each account within a MASS ACTION (single thread)
For each account for a POST TWEET/MEDIA action (single thread)
For each account on a SFT (search>filter>task) action (single thread)
982770674
Posts: 107
Joined: Sat Apr 02, 2022 2:22 pm

Re: How to set up a rotating 4G proxy

Post by 982770674 »

martin@rootjazz wrote: Tue Jan 17, 2023 4:02 pm How to refresh the IP for the proxy will come from the proxy provider. Ask them how to do it. Then let me know and I can explain how to do it in the program.


You can change IP at the start of an action
For each account within a MASS ACTION (single thread)
For each account for a POST TWEET/MEDIA action (single thread)
For each account on a SFT (search>filter>task) action (single thread)
They have a refresh link, click the link to refresh
User avatar
martin@rootjazz
Site Admin
Posts: 34674
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: How to set up a rotating 4G proxy

Post by martin@rootjazz »

982770674 wrote: Wed Jan 18, 2023 1:43 am
martin@rootjazz wrote: Tue Jan 17, 2023 4:02 pm How to refresh the IP for the proxy will come from the proxy provider. Ask them how to do it. Then let me know and I can explain how to do it in the program.


You can change IP at the start of an action
For each account within a MASS ACTION (single thread)
For each account for a POST TWEET/MEDIA action (single thread)
For each account on a SFT (search>filter>task) action (single thread)
They have a refresh link, click the link to refresh
If it is just a simple GET request, the program can do it

viewtopic.php?f=15&t=10835


Use the cmd

Code: Select all

get:https://rootjazz.com/
wait:10
if editing the action file:

Code: Select all

RunCmdsBeforeProcess:get:https://rootjazz.com/ <br> wait:10

However, if you need to login to their portal, or make a POST request, that is NOT currently supported at this time. IF you can provide me more details on this link, I can be more specific, write to me:

Code: Select all

support[at]rootjazz[dot]com
and we can discuss further as I guess the link URL is private



Regards,
Martin
Post Reply