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

https://github.com/igorkowalczyk/active-dev

🛡️ Node.js app to get active developer badge on Discord
https://github.com/igorkowalczyk/active-dev

active-developer active-developer-badge discord discord-badge nodejs

Last synced: 2 months ago
JSON representation

🛡️ Node.js app to get active developer badge on Discord

Awesome Lists containing this project

README

        

![Active Developer](https://github.com/IgorKowalczyk/active-dev/assets/49127376/17770e3d-dd86-4044-9969-7adcfc3ebff3)











---

## 🔩 Without installation (Replit)

[![Run on Repl.it](https://repl.it/badge/github/igorkowalczyk/active-dev)](https://repl.it/github/igorkowalczyk/active-dev)

**Steps:**

- Go to [Replit](https://repl.it/github/igorkowalczyk/active-dev) and click `Import from GitHub`
- Go to [Discord Developer Portal](https://discord.com/developers/applications) and create a new application
- Go to `Bot` tab and create a new bot, then copy the token
- Check if you enabled Community in your Discord server
- In Replit click `Run` button and wait for the app to start
- Follow the instructions in the CLI and you're done!

## 🔩 Installation (Windows)

- Download the latest version of Node.js from [here](https://nodejs.org/en/download/) and install it
- Clone this repository ([Download](https://github.com/IgorKowalczyk/active-dev/archive/refs/heads/main.zip))
- Find the `.zip` file you downloaded and extract it
- Open the folder in your terminal (In Windows you can use `win` + `R` and type `cmd` and then `cd` drag the folder to the terminal)
- Install dependencies by running `npm install` or `pnpm install`
- Go to [Discord Developer Portal](https://discord.com/developers/applications) and create a new application
- Go to `Bot` tab and create a new bot, then copy the token
- Run `npm start` or `pnpm start`
- Check if you enabled Community in Discord your server
- Paste the token when asked and press enter
- Follow the instructions in the CLI and you're done!

## 📹 Video tutorial

https://user-images.githubusercontent.com/49127376/210598199-48529c34-d783-4d6c-bb56-5bfb7a1a8219.mp4

> [!NOTE]
> The bot token shown in the video has already been removed so don't try to use it.

## ⁉️ Issues

If you come across any errors or have suggestions for improvements, please create a [new issue here](https://github.com/igorkowalczyk/active-dev/issues) and describe it clearly.

## 📥 Pull Requests

When submitting a pull request, please follow these steps:

- Clone [this repository](https://github.com/igorkowalczyk/active-dev) `https://github.com/IgorKowalczyk/active-dev.git`
- Create a branch from `main` and give it a meaningful name (e.g. `my-awesome-new-feature`).
- Open a [pull request](https://github.com/igorkowalczyk/active-dev/pulls) on [GitHub](https://github.com/) and clearly describe the feature or fix you are proposing.

## 📋 License

This project is licensed under the MIT. See the [LICENSE](https://github.com/igorkowalczyk/active-dev/blob/master/license.md) file for details