I want to design a page that user enter domain names and the program check if it is available or not.I searched in web that took me several hours and finally no result.there were guidances in this page and also this one,but they didn't help me.I searched about arcpy
in django,but that sounds like I can't use it in django,am I right?there were also some APIs but they were for PHP,Ruby and etc.If U have done something like this,would U mind tell me which API or library U have used?
Edit:
I think solution in this question is good,but what's dependencies to use subprocess
?
Edit:
this is my solution