Extended functionality for Namebase past their web UI.
Have multiple accounts stored locally so you don't have to switch between them.
Bid on many names at once in bulk. Import from a TXT file, or just enter one name to bid on.
List many names at once in bulk, with customizable descriptions. Import from a TXT file, or just enter one name to list.
Automatically generate names to a TXT file to bid on with a custom suffix, prefix, generation, length, and amount.
Get all owned domains, listed or not listed.
Get all ending soon domains.
Get all marketplace domains.
Get detailed status on one or multiple domains.
Get all information about your namebase account, including things like UUIDs and exchange statuses.
Transfer many domains in bulk, with 2FA automation.
If you are a windows user and are unexpirienced with Python, simply download the latest release. It will show a security notice, just ignore it, it is becuase I am not a recognized developer yet.
If you are expirienced with Python or not on Windows (MacOS and Linux binaries coming soon), clone the repository with git clone https://github.com/RunDavidMC/Namebase-Extended.git
, then install all required packages with pip install -r requirements.txt
.
You can then run it with python3 main.py
.
If you would like to compile a build yourself, you can do pip install pyinstaller
, then pyinstaller --onefile --console main.py
.
If you find any security issues, or have any features request, please create a new issue for it.
Creating issues and bughunting are greatly appriciated. You can also fork the repository contribute code.
You can donate at hs1qnk4w8wwun20ru93syg8aeuegek2avep9fjpdu3
. It is not required, but I would be very grateful if you did.
As this program is licensed under GNU GPLv3, all modifications to this program must be open sourced.