Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
/ DiscordNitroGen Public archive

A Go script for automating Discord Nitro free trial generation.

Notifications You must be signed in to change notification settings

PatFDev/DiscordNitroGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Nitro Free Trial Generator

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.

Prerequisites

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.

Installation

Follow these steps to get the script running on your system:

  1. Clone the Repository:

    git clone https://github.com/PatFDev/DiscordNitroGen
    cd DiscordNitroGen
  2. Download Dependencies: The script uses the github.com/google/uuid package to generate UUIDs. Install it using:

    go get github.com/google/uuid

Running the Script

To run the script, use the following command in the terminal:

go run .

About

A Go script for automating Discord Nitro free trial generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages