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

@richxprams/dc-push-rank-new

v1.1.4

Published

this is how we do

Downloads

34

Readme

Discord push rank bot

Simple self-bot for pushing discord rank on any discord server

Please note that self-bot is against Discord T&C.

I am not responsible if your account getting banned or some shit, so do it with your own risk

Quick start

Installation

  1. Download project
    git clone https://github.com/richxprams/dc-push-rank-new.git
  2. Go to project directory
    cd Discord-push-rank-bot
  3. Install Python dependencies
    pip install coloredlogs discord.py-self
  4. Preparation done. Now you need to setup the bot configuration

Setup bot

Get your discord token:

  1. Open your browser and activate developer mode
  2. Login your discord account
  3. Go to developer mode and click on XHR tab
  4. Find login request and click
  5. Go to Responses tab and find token value
  6. Copy that token

Edit config.ini file:

  1. Open config.ini file with your favorites text editor
  2. Find TOKEN variable and paste token value that you got earlier
  3. The rest of configuration is self-explanatory so i don't need to reiterate it here

Note: you can go to wordlist directory and change the message that you want to send, each of the message should be separated by double enter

Run the bot

To run the bot, just type this command in your terminal:

python dc.py

Then go to the server that you want to run the bot in, type gm to start the bot

Note: You can change START_WORD value inside config.ini file