{"id":22509515,"url":"https://github.com/depthso/account-generator","last_synced_at":"2025-10-16T19:31:14.833Z","repository":{"id":266877421,"uuid":"899627843","full_name":"depthso/Account-generator","owner":"depthso","description":"🚦A python tool to automate creating Roblox accounts using Selenium with Capture compatibility and realistic usernames!","archived":false,"fork":false,"pushed_at":"2025-01-19T12:12:56.000Z","size":9593,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T13:26:13.722Z","etag":null,"topics":["python","roblox","roblox-account","roblox-account-creator","roblox-account-gen"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/depthso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-06T16:59:01.000Z","updated_at":"2025-01-19T12:12:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"a11ba45b-edce-4b94-9e47-b75b5a5d7b87","html_url":"https://github.com/depthso/Account-generator","commit_stats":null,"previous_names":["depthso/account-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depthso%2FAccount-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depthso%2FAccount-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depthso%2FAccount-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depthso%2FAccount-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/depthso","download_url":"https://codeload.github.com/depthso/Account-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236743039,"owners_count":19197619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","roblox","roblox-account","roblox-account-creator","roblox-account-gen"],"created_at":"2024-12-07T01:29:23.129Z","updated_at":"2025-10-16T19:31:14.828Z","avatar_url":"https://github.com/depthso.png","language":"Python","readme":"# Roblox Account generator\n🚦A python tool to automate creating Roblox accounts using Selenium\n\nThis script has support for **[Nopecha](https://nopecha.com/)**!\n\n# Notices❗\n- Please edit the configuration before use! -\u003e `config.yaml`\n- Please mention me when integrating this in your projects - depso\n\n## Screenshots 🖼️\n\u003ctable\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd width=\"600\"\u003e\n\t\t\t\u003cimg src=\"https://github.com/user-attachments/assets/61d3069d-fb69-402c-a20b-ed32a99045c3\" height=\"100%\"\u003e\n      \t\t\t\u003cp\u003e Sign-up Automation \u003c/p\u003e\n\t\t\u003c/td\u003e\n\t\t\u003ctd width=\"600\"\u003e\n\t\t\t\u003cimg src=\"https://github.com/user-attachments/assets/0648f886-e13f-40d2-a8ab-e12be1039a9e\" height=\"100%\"\u003e\n      \t\t\t\u003cp\u003e Username and password generation \u003c/p\u003e\n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/table\u003e\n\n# Requirements\n- Python\n- Microsoft Edge (Changable)\n\n# Installation\n- First step, you must have python and pip (included with python by default) installed.\n- Download python and install, https://www.python.org/downloads/\n- Once python has installed, open command prompt in the project's folder\n- Run `pip install -r requirements.txt`, this will install the required python packages.\n- Once completed, run `python main.py` to run the script!\n\n# Configuation\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003eName\u003c/th\u003e\n\t\u003cth\u003eDescription\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003eMacOS\u003c/b\u003e\u003c/td\u003e\n    \u003ctd\u003eThis is required as the script uses the CTRL key for text selection but Macbooks use the COMMAND key instead\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003eHas_Cookies_Prompt\u003c/b\u003e\u003c/td\u003e\n    \u003ctd\u003eThis is required as the Roblox site will prompt to accept cookies if you live in Europe which will interupt interation with other elements\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eAccounts_File\u003c/td\u003e\n    \u003ctd\u003eThe string path towards the file used to store usernames and passwords for the accounts created.\n\tFormat: `username : password`\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eCookies_File\u003c/td\u003e\n    \u003ctd\u003eThe path towards the file account cookies are appended to for the accounts created\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eAccounts_To_Create\u003c/td\u003e\n    \u003ctd\u003eThe number of accounts to be created\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eRequest_Limit_Wait_Minutes\u003c/td\u003e\n    \u003ctd\u003eThe number of minutes to wait when a creation timeout is thrown by the Roblox site\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eHeadless\u003c/td\u003e\n    \u003ctd\u003eWhether the Browser window should be hidden\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eUse_Proxy\u003c/td\u003e\n    \u003ctd\u003eWhether the Browser should use a proxy for site connections\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eProxy\u003c/td\u003e\n    \u003ctd\u003eThe address for the proxy\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eUse_Nopecha\u003c/td\u003e\n    \u003ctd\u003eWhether the Browser should use Nopecha (https://nopecha.com/) to solve captures\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eNOPECHA_KEY\u003c/td\u003e\n    \u003ctd\u003eThe Key used for the nopecha extention\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eAllow_Manual_Completion\u003c/td\u003e\n    \u003ctd\u003eWait for the user to complete the capture instead of attempting an automatic solve\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eCapture_Timeout_Minutes\u003c/td\u003e\n    \u003ctd\u003eThe number of minutes the program should wait when a capture is prompted\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eRandom_Password\u003c/td\u003e\n    \u003ctd\u003eWhether the program should generate a random string for the password. Otherwise uses the Fixed_Password\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eFixed_Password\u003c/td\u003e\n    \u003ctd\u003eThe password used when Random_Password is disabled\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eUse_Username_Base\u003c/td\u003e\n    \u003ctd\u003eThe username base used when not using random usernames generated by the script\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepthso%2Faccount-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdepthso%2Faccount-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepthso%2Faccount-generator/lists"}