Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm artists instagram-audience

Get the Instagram Audience Analysis and Statistics for a specific artist.

Synopsis

Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Artist-GetInstagramAudienceStats

cm artists instagram-audience [flags]

Examples

  cm artists instagram-audience --id=2762

Options

      --id string        Chartmetric artist id
      --date string      Start date in ISO date format YYYY-MM-DD (default: today)
      --geoOnly string   If true, returns an abridged set of properties in the response (reduces payload and query time). Allowed values: 'true', 'false' (default: false)
  -h, --help             help for instagram-audience

Options inherited from parent commands

  -d, --debug                  Display debug output in the console (default: false)
  -r, --refresh_token string   Chartmetric API Refresh Token to use (overrides config file token; does not save)
  -V, --verbose                Show additional details only when displaying debug info (default: false)

SEE ALSO

  • cm artists - Lookup information related to artists
Auto generated by spf13/cobra on 28-Aug-2024