Checks Roblox User IDs with selenium, if the user exists then write their username to a file.
- Download
chromedriver.exe
for your version of chrome from here - Put
chromedriver.exe
into repo directory. - Run
pip install -r requirements.txt
to install all necessary packages. - Run
py roblos.py
orpython3 roblos.py
to start the program.