- Login to Namecheap Account
- Get JSON from https://ap.www.namecheap.com/Domains/dns/GetAdvancedDnsInfo?fillTransferInfo=false&domainName=YOURDOMAINNAME.com
- Save it to file
python main.py data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# from https://github.com/OpenAdaptAI/OpenAdapt/blob/44d4a55f332ef3b846933b38854372d4166fd2ea/experiments/gpt4v.py | |
"""Example usage of GPT4-V API. | |
Usage: | |
OPENAI_API_KEY=<your_api_key> python3 gpt4v.py \ | |
[<path/to/image1.png>] [<path/to/image2.jpg>] [...] "text prompt" | |
Example: |