This Go script generates Discord Nitro free trials and saves the access details in output.txt
. It automates requests to the Discord API to retrieve trial tokens which are then formatted and stored for easy access.
Before you can run this script, ensure you have the following installed:
- Go (Golang) - The programming language used to write and run the script.
- Git - For cloning the repository.
Follow these steps to get the script running on your system:
-
Clone the Repository:
git clone https://github.com/PatFDev/DiscordNitroGen cd DiscordNitroGen
-
Download Dependencies: The script uses the
github.com/google/uuid
package to generate UUIDs. Install it using:go get github.com/google/uuid
To run the script, use the following command in the terminal:
go run .