Skip to content

Latest commit

 

History

History
109 lines (104 loc) · 3.87 KB

File metadata and controls

109 lines (104 loc) · 3.87 KB
← Back to plugins index

🧠 16personalities

This plugin displays personality profile from a 16personalities profile.

⚠️ Disclaimer

This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with 16personalities. All product and company names are trademarks™ or registered® trademarks of their respective holders.

Authors@lowlighter
Supported features
→ Full specification
📗 Classic template
👤 Users
No tokens are required for this plugin

➡️ Available options

OptionDescription

plugin_16personalities

Enable 16personalities plugin

🌐 Web instances must configure settings.json:
  • metrics.run.puppeteer.scrapping
type: boolean
default: no

plugin_16personalities_url

Profile URL

This can be obtained after doing the test on 16personalities and registering an email. Login with the generated password received in your mailbox and copy the link that is displayed when sharing the profile.

type: string

plugin_16personalities_sections

Displayed sections

  • personality will display personality type
  • profile will display role and strategy
  • traits will display mind, energy, nature, tactics and identity traits
type: array (comma-separated)
default: personality
allowed values:
  • personality
  • profile
  • traits

plugin_16personalities_scores

Display traits scores

type: boolean
default: yes

ℹ️ Examples workflows

name: MBTI Personality profile
uses: lowlighter/metrics@latest
with:
  filename: metrics.plugin.16personalities.svg
  token: ${{ secrets.METRICS_TOKEN }}
  base: ""
  plugin_16personalities: yes
  plugin_16personalities_url: ${{ secrets.SIXTEEN_PERSONALITIES_URL }}
  plugin_16personalities_sections: personality, traits
  plugin_16personalities_scores: no