A simple script to register a list of domains.
- Enter required domains you want to register in
domains.txt
- Run
./run.sh domains.txt
- The script will try to register domains in the order spceified in the input file.
- Successfully registered domains will be written to
success.txt
- In the
run.py
you should setSandbox
toFalse
if you want to use your real account. - Make sure you have enabled Namecheap API and whitelisted your server's IP address there.
- Put your API key and IP address in
run.py
- Make sure provided values for domain registration are correct in
run.py
(address, phone number, ...)