4.3 KiB
4.3 KiB
| ← Back to plugins index | |
♟️ Chess | |
|---|---|
This plugin displays the last game you played on a supported chess platform. | |
| ⚠️ Disclaimer | This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with any of the supported provider. All product and company names are trademarks™ or registered® trademarks of their respective holders. |
| Authors | @lowlighter |
| Supported features → Full specification |
📗 Classic template |
👤 Users 👥 Organizations 📓 Repositories |
|
🗝️ plugin_chess_token |
|
|
|
|
➡️ Available options
| Option | Description |
|
Enable chess plugin |
type: boolean
default: no |
|
|
Chess platform token |
| 🔐 Token 🌐 Web instances must configure settings.json:
token
|
|
|
Chess platform login |
| ⏯️ Cannot be preset type: string
default: → User login |
|
|
Chess platform |
type: string
allowed values:
|
|
|
Animation settings
|
type: json
default: → Click to expand |
🗝️ Obtaining a lichess.org token
Create a lichess.org account and select API access tokens to get a token.
It is not necessary to add additional scopes:
Create token and store it in your secrets:
ℹ️ Examples workflows
name: Last chess game from lichess.org
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.chess.svg
token: NOT_NEEDED
base: ""
plugin_chess: yes
plugin_chess_token: ${{ secrets.CHESS_TOKEN }}
plugin_chess_platform: lichess.org

