🚦A python tool to automate creating Roblox accounts using Selenium
This script has support for Nopecha!
Sign-up Automation |
Username and password generation |
- Be sure to edit the configuation inside
main.py
! - Please mention me when integrating this in your projects - depso.
- Python
- Microsoft Edge (Changable)
- First step, you must have python and pip (included with python by default) installed.
- Download python and install, https://www.python.org/downloads/
- Once python has installed, open command prompt in the project's folder
- Run
pip install -r requirements.txt
, this will install the required python packages. - Once completed, run
python main.py
to run the script!