Install the latest version of the cli with pip.
pip install ipdata
or
easy_install ipdata
ipdata --helpUsage: ipdata [OPTIONS] COMMAND [ARGS]...CLI for ipdata APIOptions:--api-key TEXT ipdata API Key--help Show this message and exit.Commands:batchinfoinitme
You need a valid API key from ipdata to use the cli. You can get a free key by signing up here.
ipdata init <API Key>
You can also pass the --api-key <API Key>
parameter to any command to specify a different API Key.