Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexflipnote/givemebadge

Pretty simple Discord bot to get the active developer badge
https://github.com/alexflipnote/givemebadge

active active-developer active-developer-badge badge compiled developer discord easy notexttospeech ntts python python3

Last synced: 1 day ago
JSON representation

Pretty simple Discord bot to get the active developer badge

Awesome Lists containing this project

README

        


GiveMeBadge

# Table of contents

- [Table of contents](#table-of-contents)
- [Requirements ๐Ÿงพ](#requirements-)
- [Video Tutorial ๐Ÿ“ผ](#video-tutorial-)
- [Usage โœจ](#usage-)
- [Help needed? ๐Ÿ“ž](#help-needed-)
- [Contributors ๐Ÿ‘ฅ](#contributors-)

# Requirements ๐Ÿงพ
- A Discord Bot (create one using the [Discord developer portal](https://discord.com/developers/applications))
- Python 3.8 or above (https://www.python.org/downloads)
- Recommended version [3.10.2](https://www.python.org/downloads/release/python-3102/)
- A Discord server that you own.
- Make sure to "enable community" in your server if you haven't already! (`Settings` -> `Enable Community`)

## Video Tutorial ๐Ÿ“ผ
[click here and watch NTTS video on it](https://www.youtube.com/watch?v=Pmo28SdCUUI) (skip to 2:50 if you already have the bot ready from the developer panel)

## Usage โœจ

### โœ๏ธ Step 1:
Download and install [Python](https://www.python.org/downloads) if you haven't already.

![](https://i.alexflipnote.dev/2Ucs5Hf.png)

### โœ๏ธ Step 2:
Open CMD/Terminal inside this folder.
> On Windows, open a `command prompt` as administrator. Type `cd` with a space and drag the desired folder into it. Press enter.


uvu




### โœ๏ธ Step 3:
Install `requirements.txt` with the command below
```
pip install -r requirements.txt
```
> If you are on Windows, you might need to run command prompt as Administrator)

![](https://i.alexflipnote.dev/4QPnZiX.gif)

### โœ๏ธ Step 4:
Navigate to the [Discord Developer Portal](https://discord.com/developers/applications), sign in to your account, click ***New Application*** and choose any name. Click accept and create. Also heading the `Bot` section and `Add Bot`. If thats your first app you might see the `Bot Token`, If is not just basically click on `Reset Token` and copy, storage it

### โœ๏ธ Step 5:
Open the script by using the command. (It might be different, like Linux and MacOS can be using python3)
```
python index.py
```


uvu




### โœ๏ธ Step 6:
Paste your Discord token by copying it and right-clicking on the application. Some users can also try `CTRL + V` or `CTRL + Shift + V`.
- **IMPORTANT:** DO NOT share the token! Others can use this to log into your account.
- Note that to make it respond to your commands, you will need to keep the application/script window alive as it is what runs the bot to begin with. After you are done with everything, you can safely just close it.

### โœ๏ธ Step 7:
When the bot has logged in, copy the invite link given to you by highlighting the URL and right-clicking, then go to a browser and paste the URL to invite the bot in to your server. (***REPEAT: Make sure that your server enabled the Community***)

### โœ๏ธ Step 8:
Within the server, type `/` and use the `/hello` command provided to you.

### โœ๏ธ Step 9:
Go to [This link](https://discord.com/developers/active-developer) and claim your badge.
> It might take 24 hours before you are able to claim at all, so please take time to wait a bit if that is the case.

---

## Help needed? ๐Ÿ“ž
Join our [Discord server](https://discord.gg/yqb7vATbjH) if you need help.

---

## Contributors ๐Ÿ‘ฅ
Big thanks to all of the amazing people who have helped by contributing to this project!



---

![GitHub Repo stars](https://img.shields.io/github/stars/AlexFlipnote/GiveMeBadge?style=social)
![GitHub forks](https://img.shields.io/github/forks/AlexFlipnote/GiveMeBadge?style=social)
![GitHub](https://img.shields.io/github/license/AlexFlipnote/GiveMeBadge?style=flat-square)
![GitHub issues](https://img.shields.io/github/issues-raw/AlexFlipnote/GiveMeBadge?style=flat-square)
![GitHub closed issues](https://img.shields.io/github/issues-closed/AlexFlipnote/GiveMeBadge?style=flat-square)