Simple Roblox Id checker
This script working with this repo
pip install pandas
pip install pyarrow
pip install requests
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
Ids have 3 states
Blocked
InReview
Completed
When state is Completed as a result, you receive a message from a bot on Discord.
And the script will automatically close.