I have a task to get all our company domains to show in our web application. Our web application is using Django/Python.
We would like to show all domains with expiring date and notify via email when there's domain is expiring soon.
But we have few country domain specifically .ph domain.
If I use terminal on whois on any .ph domain, i wouldn't get the expiring date. The only site i can get the expiring date is through www.dot.ph.
Is there any way to get whois details for .ph domain using terminal or django/python?
Thanks,Joseph