feat(plugins/community/poopmap): add poopmap plugin support (#675)

This commit is contained in:
Matthew Stead
2021-11-27 00:53:36 +02:00
committed by GitHub
parent e4ff40453a
commit 2d144f4ba9
7 changed files with 183 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
name: "💩 PoopMap plugin"
category: social
index: ~
supports:
- user
inputs:
# Enable or disable plugin
plugin_poopmap:
description: Display PoopMap stats
type: boolean
default: no
# PoopMap API token
plugin_poopmap_token:
description: PoopMap API token
type: token
default: ""
# Time range to use for displayed stats
plugin_poopmap_days:
description: PoopMap time range
type: string
values:
- 7 # Last week
- 30 # Last month
- 180 # Last 6 months
- 365 # Last year
default: 7