Vedza / NitroSniperGo

Discord Nitro sniper and Giveaway joiner in Go (Faster than Python and Javascript) (UPDATED Free 24/7 w/ Heroku)
GNU General Public License v2.0
413 stars 757 forks source link

Release the program for Linux #361

Closed alext30Developer closed 3 years ago

alext30Developer commented 3 years ago

I know there's already the Nitro Sniper made in Python. However, I would like the new and improved version to be available for Linux directly. As of right now, I managed to get the program working using Wine.

ghost commented 3 years ago

u can build itself by running this on your bash/terminal

git clone https://github.com/Vedza/NitroSniperGo.git
cd NitroSniperGo
go mod download
go build
./NitroSniperGo
alext30Developer commented 3 years ago

Thanks!