You will need to be in a browser tab pointing to Namebase to use most of those scripts :
- Base scripts must be run in the "Developer Tools"
- Bookmark versions need to be used as bookmark URLs (also known as bookmarklet)
- NodeJS scripts need NodeJS installed
Available scripts :
- list all owned TLD (bookmark version here)
- list many TLDs on the marketplace
- remove many TLDs from the marketplace (unlist)
- create X new HNS addresses (bookmark version here)
- remove the "new offer pending" for every names (bookmark version here)
- compute the price of each won name based on your history CSV file, need to run it locally with NodeJS
- check if names are on Namebase, for sale and how much, and if they allow offers, need to run it locally with NodeJS and need a
npm install node-fetch@2
to install the dependancy