DOMAPI is a quick and simple API to get properties of a domain name.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
José María Ávila 390a8ba2d3 first commit 1 year ago
README.md first commit 1 year ago
domapi.py first commit 1 year ago

README.md

DOMAPI - Domain API, basic management

DOMAPI is a quick and simple API to get properties of a domain name.

Key features

  • Purely Python
  • It's an API with 5 endpoints
  • Needs flask library
  • Needs wordsegment library
  • Needs python-whois library
  • Needs tldextract library

Requirements

DOMAPI requires install next Python libraries with pip:

  • pip install flask
  • pip install wordsegment
  • pip install python-whois
  • pip install tldextract

Usage

  • Run: python .\wodapi.py
  • Then, a server is deploy on http://127.0.0.1:5000
  • Use GET with endpoints
  • An error will occur if your parameter is not a well-formed domain.

Endpoints

TO-DO

  • words in Italian and Spanish
  • test if a domain is IDN
  • conver between ascii-punycode-idn

Documentation

This is the README file

Authors

  • Bichi - José Mª Ávila
  • Antonio Villamarin

License

This is a NIDOMA development