V4NSH4J / discord-mass-DM-GO

The most powerful Discord selfbot written in GO allowing users to automate their campaigns & send low-cost mass messages to Discord users!
https://t.me/tosviolators
GNU Affero General Public License v3.0
2.17k stars 633 forks source link

Question #680

Open Twistler78 opened 2 years ago

Twistler78 commented 2 years ago

Hello, May I ask why proxy bandwidth usage is so much higher doing this myself vs using DMGO. I assume one reason is because its done in the background and the browser is headless, is there any other reasons? Thank you.

V4NSH4J commented 2 years ago

DMDGO by default does not use proxy for Discord Gateway, which is a websocket connection and consumes much more bandwith. You can enable it in config.

Another reason is that it doesn't have to load images and webpages which would loaded on every step when visiting discord and use a lot of bandwith.

The requests DMDGO carries out are way smaller in size compared to these things.