Skip to content

viperize/Nameize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nameize

Roblox name generator (finder, sniper or whatever), goes through a wordlist of English words and filters them to see if they are taken, then filters them to see if they are acceptable on roblox.

Contributors Forks Stargazers Issues MIT License

About Nameize

Installation Guide Below

NOTE: Until proxy support is added you may find you are being rate limited, this is roblox, not me

Examples of names the bot has generated: unhopefulness, unawardably, conjunctional

Getting Started

Installation

  1. Download Python 3 (Install to PATH) https://www.python.org/ftp/python/3.9.4/python-3.9.4-amd64.exe
  2. Clone the repo or download the python file
  git clone https://github.com/viperize/Nameize.git
  1. Open command prompt (cmd) and go to the directory you downloaded it at
  cd C:\Users\youruserhere\Documents\Folder
  1. Install requirements
  py -m pip install -r requirements.txt
  1. Run the program
  python Nameize.py

Settings are then configurable, for now it is recommended you have 1 thread and a 1300ms payload delay

Using Discord Webhooks

  1. Right click a discord channel and go to "Integrations"
  2. Click "View Webhooks" and click "New Webhook"
  3. Click "Copy Webhook URL"
  4. Paste this webhook into the "webhook.txt" file in the SAME directory as the main program and save

License

Distributed under the MIT License. See LICENSE for more information.