Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexflipnote/givemebadge
- Owner: AlexFlipnote
- License: mit
- Created: 2022-11-12T04:07:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-19T06:49:14.000Z (14 days ago)
- Last Synced: 2025-01-25T07:02:41.478Z (8 days ago)
- Topics: active, active-developer, active-developer-badge, badge, compiled, developer, discord, easy, notexttospeech, ntts, python, python3
- Language: Python
- Homepage: https://givemebadge.alexflipnote.dev
- Size: 11 MB
- Stars: 505
- Watchers: 26
- Forks: 239
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
### โ๏ธ 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
```
### โ๏ธ 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)