Skip to content

Files

Latest commit

 

History

History
68 lines (47 loc) · 2.16 KB

README.md

File metadata and controls

68 lines (47 loc) · 2.16 KB

💩 PoopMap plugin

The poopmap plugin displays statistics from your PoopMap account

💬 Obtaining a PoopMap token

First, install the PoopMap app (iOS/Android) 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

Option Type (format) [default] {allowed values} Description
plugin_poopmap boolean [no] Display PoopMap stats
plugin_poopmap_token 🔐 token [] PoopMap API token
plugin_poopmap_days number [7] {"7", "30", "180", "365"} PoopMap time range

Legend for option icons:

  • 🔐 Value should be stored in repository secrets

→ Full specification

ℹ️ Examples workflows

uses: lowlighter/metrics@latest
with:
  token: ${{ secrets.METRICS_TOKEN }}
  plugin_poopmap: 'yes'