ripinfo 0.1.0

ripinfo is a tool to gather ip information using the ipinfo.io API
Documentation

Ripinfo

A personal tool to gather ip information using ipinfo.io written in rustâ„¢

Configuration

To use the ipinfo.io access token create/edit ripinfo_config.json located at

# Windows: C:\Users\Bob\AppData\Roaming\RipInfo\ripinfo\config\ripinfo_config.json
# Linux: /home/Bob/.config/ripinfo/ripinfo_config.json
# Mac: /Users/Bob/Library/Application Support/com.RipInfo.ripinfo/ripinfo_config.json

with the following content:

{
  "use_token": true,
  "token": "<YOUT_ACCESS_TOKEN>"
}

command gif