https://github.com/AstraaDev/nitroproof-generator
This Discord Nitro Proof generator allows you to generate an image (.png) simulating the donation of a nitro to a user. It is possible to choose by entering the ID a real user or to choose manually the name, the profile picture and the message of the user. The use of the script is done with the help of commands using Discord modals.
https://github.com/AstraaDev/nitroproof-generator
bot discord discord-py discord-tools fake generator nitro proof proof-generator python tool
Last synced: about 2 months ago
JSON representation
This Discord Nitro Proof generator allows you to generate an image (.png) simulating the donation of a nitro to a user. It is possible to choose by entering the ID a real user or to choose manually the name, the profile picture and the message of the user. The use of the script is done with the help of commands using Discord modals.
- Host: GitHub
- URL: https://github.com/AstraaDev/nitroproof-generator
- Owner: AstraaDev
- License: mit
- Created: 2023-02-25T19:20:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T19:02:50.000Z (11 months ago)
- Last Synced: 2025-03-30T11:09:23.418Z (11 months ago)
- Topics: bot, discord, discord-py, discord-tools, fake, generator, nitro, proof, proof-generator, python, tool
- Language: Python
- Homepage: https://astraadev.github.io/#/discord
- Size: 388 KB
- Stars: 75
- Watchers: 1
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Discord] - Fake Nitro Proof Generator
This Fake Proof generator allows you to generate an image (.png) simulating the donation of a nitro to a user. It is possible to choose by entering the ID a real user or to choose manually the name, the profile picture and the message of the user. The use of the script is done with the help of commands using Discord modals.
---
## Features
- [x] - [Gen Proof from user's ID](https://github.com/AstraaDev/Discord-Fake-Nitro-Proof-Generator) - Create a proof from an existing user ID.
- [x] - [Manually Gen Proof](https://github.com/AstraaDev/Discord-Fake-Nitro-Proof-Generator) - Create a proof manually by choosing the user's name and profile picture.
---
## How To Setup/Install
#### First of all please set the BOT Token in the config/config.json file!
```json
{
"bot_token": "BOT-TOKEN-HERE",
"default_avatar": "https://image.com/XXXXXXX.png"
}
```
#### 1st・Installation (Automated installation)
```
Launch the setup.bat file. A new file will be created. You will only have to launch it.
```
#### 2nd・Installation (Manual installation)
```
$ git clone https://github.com/AstraaDev/Discord-Fake-Nitro-Proof-Generator.git
$ python -m pip install -r requirements.txt
$ python main.py
```
---
## Additional Information
- Need help? Join the [Discord Server](https://astraadev.github.io/#/discord).
- Contributions are welcome! Open an issue or create a pull request.