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.
- Host: GitHub
- URL: https://github.com/zentonik/easy-nitro-generator
- Owner: zentonik
- License: mit
- Created: 2024-09-05T19:42:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T12:49:11.000Z (4 months ago)
- Last Synced: 2025-02-16T13:54:33.657Z (4 months ago)
- Topics: cheat, discord, nitro, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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