Skip to content

YeffirSkey/Roblox-Ids-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Roblox Ids Checker.

Simple Roblox Id checker

This script working with this repo

Installation requirements

pip install pandas
pip install pyarrow
pip install requests

Configuration Settings

Tip

You need change values in script

TIME_SET = 1  # The set value of the check time
WEBHOOK_URL = ""  # Insert the webhook link from Discord
OUT_PATH = ""  # Specify your path to the out.csv file

How it works

Ids have 3 states

Blocked
InReview
Completed

image

When state is Completed as a result, you receive a message from a bot on Discord.

image

And the script will automatically close.

Releases

No releases published

Packages

No packages published

Languages