Skip to content

PoopMap Bio

Actions
Show your poops from PoopMap in your bio
v1.0.4
Latest
Star (4)

PoopMap Bio

Include your poops from PoopMap (Android / iOS) in your GitHub bio, like this:

Important Note

The action automatically keeps your original bio. It will add the poop section in this format: {your_bio} {separator} {x} poops in the last day so try not to include the separator symbol (default: |) in your bio

Example

name: PoopMap
on:
  # Schedule updates (each hour)
  schedule: 
    - cron: "0 * * * *"
  push: 
    branches: 
      - master
      - main
jobs:
  poopmap-bio:
    runs-on: ubuntu-latest
    steps:
      - uses: matievisthekat/poopmap-bio@latest
        with:
          # Your GitHub token (MUST INCLUDE 'user' SCOPE)
          personal_access_token: ${{ secrets.POOP_TOKEN }}
          
          # Your PoopMap username
          username: "poop-face-bob"
          
          # Your PoopMap password
          password: ${{ secrets.POOP_PASSWORD }}
          
          # Your preferred separator, default: |
          separator: "|"

Notes

This action currently only calculates poops from the last 24 hours. If you would like other time frames please open an issue or fork this repo and create a PR

PoopMap Bio is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Show your poops from PoopMap in your bio
v1.0.4
Latest

PoopMap Bio is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.