Skip to content
/ Stadis Public

A Discord selfbot that collects and displays activity logs, status, avatars, and music from your friends list through a web interface.

License

Notifications You must be signed in to change notification settings

Kum1ta/Stadis

Repository files navigation

Stadis

A Discord selfbot that collects and displays activity logs, status, avatars, and musicd from your friends list through a web interface.

Features

  • Tracks friend activities
    • Activities
    • Games
    • Musics
    • Status
    • Avatars

Installation

Prerequisites

  • Node.js (tested on 20.16.0)
  • A valid Discord account (selfbot usage may violate Discord's Terms of Service, use responsibly).

Steps

  1. Clone this repository :

    git clone https://github.com/Kum1ta/Stadis.git
    cd Stadis 
  2. Install dependencies

    npm install
  3. Configure the secret.json file with your token account and website password:

     {
     	"token": <Token Discord>,
     	"logpass": <Website password>
     }
  4. Start the program :

    node main.js
  5. Access the web interface : Open http://localhost:3000 in your browser.

Legal Disclaimer

This project is for educational purposes only. Using selfbots violates Discord's Terms of Service. The author assumes no responsibility for any misuse of this software.

License

This project is licensed under the MIT License.

Screenshots

082a6109c14f5fee27f89341cd2daa9f Screenshot 2024-11-24 at 17 44 14 Screenshot 2024-11-24 at 17 47 04 Screenshot 2024-11-24 at 17 49 43

Authors

About

A Discord selfbot that collects and displays activity logs, status, avatars, and music from your friends list through a web interface.

Topics

Resources

License

Stars

Watchers

Forks