Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
logicguy1 committed Mar 23, 2021
1 parent e822cd9 commit 00641e7
Showing 1 changed file with 77 additions and 28 deletions.
105 changes: 77 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,82 @@
<p align="center">
<img src=https://img.shields.io/github/issues/logicguy1/Discord-Nitro-Gen-and-Checker?style=flat-square&logo=appveyor&color=informational />
<img src=https://img.shields.io/github/license/logicguy1/Discord-Nitro-Gen-and-Checker?style=flat-square&logo=appveyor&color=informational />
<img src=https://img.shields.io/github/stars/logicguy1/Discord-Nitro-Gen-and-Checker?style=flat-square&logo=appveyor&color=blue />
<img src=https://img.shields.io/github/forks/logicguy1/Discord-Nitro-Gen-and-Checker?style=flat-square&logo=appveyor&color=blue />
</p>

# Discord Nitro Generator + Checker
<p align="center">
<img src="example.png" />
</p>
<h3 align="center">Discord Nitro Generator and Checker</h3>

**© 2020 Drillenissen#4268 all rights reserved**
Remeber to leave a ⭐ that would make my day 😄
<p align="center">
A discord nitro generator and checker for all your nitroing needs
<br />
<a href="https://github.com/logicguy1/Discord-Nitro-Generator-and-Checker"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://github.com/logicguy1/Discord-Nitro-Generator-and-Checker">View Demo</a>
·
<a href="https://github.com/logicguy1/Discord-Nitro-Generator-and-Checker/issues">Report Bug</a>
·
<a href="https://github.com/logicguy1/Discord-Nitro-Generator-and-Checker/issues">Request Feature</a>
</p>

## About The Project

#### For additional support join my **[Discord Server](https://discord.gg/TMshrBeyHE)**
<img src="example.png" alt="Image of product">

It generates and checks discord nitro codes at the same time for maximum efficancy

### Built With

* [Requests](https://github.com/psf/requests)
* [Discord webhook](https://github.com/lovvskillz/python-discord-webhook)

## Getting Started

To get a local copy up and running follow these simple steps.

### Prerequisites
You need to install python, that can be done [here](https://www.python.org)

### Installation
1. Clone the repo
```sh
git clone https://github.com/logicguy1/The-all-in-one-discord-tool.git
```
2. Install Python packages
```sh
# Windows:
py -3 -m pip install requests
py -3 -m pip install discord_webhook

# Unix
python3.8 -m pip install requests
python3.8 -m pip install discord_webhook
```

## Usage
Download the project files and run `main.py`
You will be prompted with 2 questions the first one being the amounts of codes to check, usally the more the better but this is up to you.
The second prompt will ask you for a discord webhook url this is not needed as such but if your running it on a server or unsupervised this is a very good idea.

## Installation
The only requements that are currently needed is `discord_webhook` and `requests` that can be installed using
```
python3 -m pip install discord_webhook
python3 -m pip install requests
```
on linux, and on windows it is
```
py -3 -m pip install discord_webhook
py -3 -m pip install requests
```

Run the `main.py` file using `py -3 main.py`
The code will show you two promps the first is how many codes to generate and the second is if you want to use a discord webhook, if you dont know how to get a discord webhook url it is located at `channel settings » intergrations » webhooks » create webhook` if you dont want to use a webhook simply leave this blank

The code will start generatring and checking after that step

_For more examples, please refer to the [Documentation](https://example.com)_

## Roadmap

See the [open issues](https://github.com/logicguy1/Discord-Nitro-Generator-and-Checker/issues) for a list of proposed features (and known issues).

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## Copyright

© 2020 Drillenissen#4268 all rights reserved

## Contact

Logicguy - [@Drillenissen#4268](https://www.discordapp.com) - logicguy.mailandcontact@gmail.com

Project Link: [https://github.com/logicguy1/The-all-in-one-discord-tool](https://github.com/logicguy1/The-all-in-one-discord-tool)

0 comments on commit 00641e7

Please sign in to comment.