For checking availability of domain in GoDaddy using selenium based on your own wordlist
Are you tired checking domain availability one by one ? You come in right place. This app will allow you to check domain based on your wordlist. Read following guide to setup your app.
- Make sure latest NodeJS is installed
- To running this app, you need to install browser(chrome) in the machine. For VPS (e.g digitalocean) with Ubuntu, you can run :
apt-get install chromium-browser
Take a look at config.js. There is all config for this app
- show_browser : set
truefor showing browser window, set tofalsefor headless browser - show_log: set
truefor showing log in console - tld: add your TLD that will be checked
- Clone this repo
- Make sure you have the latest version of NodeJs
- Run
npx npm-check-updates -uto check the latest version of dependencies (especially for chromedriver) - Run
npm installto installing all dependencies - Add your word list into
wordlist.txt - Run
node index.js
