package
0.0.0-20210808022850-27252a91c129
Repository: https://github.com/syncfast/clockwise.git
Documentation: pkg.go.dev

# README

Extending Clockwise

My hope is that end users who rely on video conferencing platforms other than Zoom can contribute scraping implementations for their respective platforms. In theory, it should be as simple as:

  • Duplicate zoom.go.
  • Modify it to target a different platform.
  • Add the appropriate flags to run.go.

User contributions are welcome and appreciated. I'm happy to field any questions that surface in the process.

# Functions

GetParticipantsJitsi retrieves the total participant count from a specified Jitsi URL.
GetParticipantsZoom retrieves the total participant count from a specified zoom URL.
initializePlaywright starts playwright in a standalone function to circumvent some flaws in the upstream in terms of how it prints logs.

# Type aliases

Function prototype for per-platform participant count scraping.