Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
user-check

GitHub Action

PoopMap Bio

v1.0.1

PoopMap Bio

user-check

PoopMap Bio

Show your poops from PoopMap in your bio

Installation

Copy and paste the following snippet into your .yml file.

              

- name: PoopMap Bio

uses: matievisthekat/[email protected]

Learn more about this action in matievisthekat/poopmap-bio

Choose a version

PoopMap Bio

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

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 }}

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