Skip to content

chipoel/spaceid-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spaceid-checker

Space ID Domain Checker

This script allows you to check for available domains to buy on the Space ID platform. It uses the Space ID GraphQL API to retrieve a list of domains that match your search query and checks for domains that meet the following criteria:

  • Domain is not currently owned by anyone
  • Domain has an expiration date of 0
  • Domain is listed for sale at a price of 5 USD

If a domain meets all of these criteria, the script prints its name and network (either .eth, .bnb, or .arb) along with its list price (if available).

Usage

  1. Clone this repository to your local machine
  2. Install the required packages by running the following command in the project directory:
  3. $ pip install -r requirements.txt
  4. Create a file named combinations.txt in the root directory of the repository, containing a list of domain name combinations to search for, one per line. For example:
  5. apple
    banana
    cherry
  6. Run the script by running the following command in the project directory:
  7. $ python run.py

Notes

  1. This script requires a working internet connection to use the Space ID GraphQL API.
  2. The script can take some time to run depending on the number of search queries in combinations.txt and the number of available domains that meet the search criteria.
  3. The maximum number of threads that the script will use to execute queries concurrently is set to 1000. This value can be changed by modifying the max_threads variable in the run.py file.

About

This script allows you to check for available domains to buy on the Space.ID

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages