npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

bulkleave

v1.0.0

Published

BulkLeave is a command-line interface (CLI) program written in Node.js that allows you to quickly and easily leave multiple Discord servers at once. It is especially useful for cleaning up your server list or leaving servers that you are no longer active

Downloads

6

Readme

BulkLeave

BulkLeave is a command-line interface (CLI) program written in Node.js that allows you to quickly and easily leave multiple Discord servers at once. It is especially useful for cleaning up your server list or leaving servers that you are no longer active in.

Installation

To use BulkLeave, you must have Node.js installed on your computer. If you do not have Node.js installed, you can download it here.

Cloning or Downloading the Repository

To clone or download the repository, follow these steps:

  1. Open your terminal or command prompt.
  2. Navigate to the directory where you want to clone or download the repository.
  3. If you have Git installed, run git clone https://github.com/daanschenkel/BulkLeave.git. If you do not have Git installed, you can download the repository as a ZIP file by clicking the green "Code" button on the GitHub repository page and selecting "Download ZIP".
  4. If you cloned the repository with Git, navigate to the BulkLeave directory. If you downloaded the ZIP file, extract it to the directory where you want to install BulkLeave and navigate to the BulkLeave-master directory.
  5. Run npm install to install the required dependencies.

Getting Your Discord Token

In order to use BulkLeave, you will need to obtain your Discord token. Your Discord token is a unique identifier that is used to authenticate your account with the Discord API.

Note that your Discord token changes frequently, so you may need to repeat these steps to obtain a new token.

You can find guides on how to obtain your Discord token by searching online. However, please be cautious when following guides from third-party websites, as they may contain malicious instructions or lead to the compromise of your account. For example, the following website provides a guide on how to obtain your Discord token, but we cannot vouch for its accuracy or safety: https://discordhelp.net/discord-token.

Usage

To use BulkLeave, follow these steps:

  1. Open your terminal or command prompt.
  2. Navigate to the directory where you installed BulkLeave.
  3. Run node index.js.
  4. Follow the prompts in the terminal to authenticate your Discord account and select the servers you want to leave.

Note: If you have two-factor authentication (2FA) enabled on your Discord account, you will be prompted to enter a verification code after logging in.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue on GitHub. If you would like to contribute code, please fork the repository and create a pull request with your changes.