Skip to content

astacodes/RBXStalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

RBXStalker

RBXStalker allows you to track down actions of specific users

Configuration Options

CONFIG = {
    "USERS": {
        "USERID": { # The users ID
            "WEBHOOK": "", # The webhook to send the data to
            "PING": True, # Wether to ping when the users status changes or when the user gets a new badge
        }
    },
    "DELAY": 30, # This is the amount of time between checks, a delay of 30-60 is recommended to not get ratelimited
    "COOKIE": False # Using Cookie allows you to get join link if their joins are on, if you decide to enable this, put your cookie in .ROBLOSECURITY.txt
}

The DELAY option decides how long the delay is between checks, a delay of 30-60 seconds is recommended to prevent ratelimiting.
The COOKIE option is to get join links if the user has joins on. If you would like to enable this, put your .ROBLOSECURITY cookie in .ROBLOSECURITY.txt and set COOKIE to True. This is completely optional.
For each user you would like to add, you can copy and paste the table USERID into the USERS table.
The PING option decides wether to ping you once something happens/changes.
In the WEBHOOK option, put the Discord webhook where you will recieve the messages\

Once all of that is done, just run Bot.py. You will need Python to run the program.
If you get an error, try running pip install requests in your Command Terminal and run Bot.py again.\

Features

Status Checker

Check when users status change, such as when they are online or in game.
image

Joins Checker

Check if user has joins on, and if yes provide to link to join their server, this requires you to put your .ROBLOSECURITY cookie but is completely optional.
image

Game Guesser

The bot will automatically try and guess what game the user is playing based on their badges.
image

Badge Checker

Whenever the user earns a new badge, our bot will send you a notification. This can be extremely useful as it gets the exact game they are playing.
image

About

Stalk Roblox Users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages