Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 818 Bytes

README.md

File metadata and controls

55 lines (30 loc) · 818 Bytes

GO Webhook Spammer

A simple app that repeatedly spams a Discord Webhook with a Custom Message and a Custom Username

Features

  • Custom Webhook Profile
    • Username
  • JSON Implementation
    • Custom Username
    • Custom Message
  • Custom Input
    • Webhook URL
    • Spam Amount
  • Rate Limit Detection

Installation

go mod init main.go
go mod tidy

Setup

Edit main.json

{
  "Username": "Any Username Here",
  "Messages": "Any Message Here"
}

Just replace the values (without removing the quotes)

Screenshots

App Screenshot

References