An open API service indexing awesome lists of open source software.

https://github.com/zentonik/easy-nitro-generator

A bot that generates Discord Nitro codes and logs valid ones to a .txt file.
https://github.com/zentonik/easy-nitro-generator

cheat discord nitro python

Last synced: 3 months ago
JSON representation

A bot that generates Discord Nitro codes and logs valid ones to a .txt file.

Awesome Lists containing this project

README

        

# Discord Nitro Code Checker

This repository contains a script for generating and validating Discord Nitro codes. Valid codes are saved to a `.txt` file for later use.

## Overview

The script generates random Discord Nitro codes, checks their validity against Discord's API, and saves any valid codes to a file named `valid_codes.txt`.

## Features

- Generate random Discord Nitro codes
- Check the validity of generated codes using Discord's API
- Save valid codes to `valid_codes.txt`

## Requirements

- `random`
- `string`
- `requests`

## Installation

1. **Clone the repository:**

```bash
git clone https://github.com/zentonik/easy-nitro-generator/.git
cd discord-nitro-code-checker