TwitchPro
BANNED
- Jun 30, 2020
- 156
- 50
I have seen so many bot tools that are all Windows based, written in .NET. Why do people write bots and not allow the user to automate them?
This is the WHOLE reason most Smm Panels are not instantaneous. They rely on a user to input the order. It is primitive.
My simple tip for any programmers out there is to use an application called Postman.
In Postman (like wireshark) you can capture traffic. The unique advantage to Postman is that you can set a proxy on the localhost. You then simply use that proxy (localhost:5555) inside your bot application and record the requests. You can edit the variables in the request to understand what is happening in order to replicate it.
Simply export all of the requests you want captured and code it up in a web friendly language that you can open an API for. That or hire a freelancer.
Not much of a guide but, Lets Make Bots Great Again.
This is the WHOLE reason most Smm Panels are not instantaneous. They rely on a user to input the order. It is primitive.
My simple tip for any programmers out there is to use an application called Postman.
In Postman (like wireshark) you can capture traffic. The unique advantage to Postman is that you can set a proxy on the localhost. You then simply use that proxy (localhost:5555) inside your bot application and record the requests. You can edit the variables in the request to understand what is happening in order to replicate it.
Simply export all of the requests you want captured and code it up in a web friendly language that you can open an API for. That or hire a freelancer.
Not much of a guide but, Lets Make Bots Great Again.