Back to Projects
Project

Famous Roblox Users Finder

Mar 2026Present Open Source

CLI tool to scan a Roblox seller report CSV and find buyers with a large following.

Python Python Open Source
Repository

About this project

A fast, production-grade Python CLI tool that takes a Roblox marketplace seller report CSV and identifies notable buyers — those who exceed a configurable follower threshold. Runs concurrent requests, handles rate limiting with exponential backoff, deduplicates user IDs, and outputs two clean CSV reports.

Key Features
Concurrent scanning via configurable thread pool
Exponential backoff with jitter on API failures
Deduplication of user IDs before scanning
Live progress bar via tqdm
Two output reports: famous_users.csv and full_results.csv
Graceful Ctrl+C handling — partial results are saved
Dry-run mode to preview without making requests
Fully configurable via CLI flags
PreviousNext