### đŠ PoopMap plugin
The *poopmap* plugin displays statistics from your [PoopMap](https://poopmap.net) account
đŦ Obtaining a PoopMap token
First, install the PoopMap app ([iOS](https://itunes.apple.com/us/app/poop-map/id1303269455?mt=8)/[Android](https://play.google.com/store/apps/details?id=net.poopmap)) and create an account.
Navigate to your profile in the app
Tap "Share Profile" in the top right
Tap "Copy to Clipboard" the copy the link to your clipboard
You should have something like `Haha, check out the places I've pooped on Poop Map https://api.poopmap.net/map?token=xxxxxxxxxx` copied.
Extract the `token` query paramater from the link
You now have your PoopMap token! This token will not expire and it can only access public details.
#### âĄī¸ Available options
| Type | Description |
plugin_poopmap |
Display PoopMap stats
![]() |
type: boolean
default: no
|
plugin_poopmap_token |
PoopMap API token
![]() |
đ Token
type: token
|
plugin_poopmap_days |
PoopMap time range
![]() |
type: number
default: 7
allowed values: |
*[â Full specification](metadata.yml)*
#### âšī¸ Examples workflows
```yaml
uses: lowlighter/metrics@latest
with:
token: ${{ secrets.METRICS_TOKEN }}
plugin_poopmap: 'yes'
```