Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

comingle-attendance

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

comingle-attendance

Attendance measurement for Comingle meetings

  • 0.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-80%
Maintainers
1
Weekly downloads
 
Created
Source

Comingle Attendance Tracking

Comingle is an open-source online meeting tool, which automatically logs users' behavior (joining/leaving the meeting, joining/leaving rooms, etc.). This standalone command-line tool uses those logs to determine:

  • Attendance: How long was each user in the meeting, or at least one room, of the specified date/time ranges?
  • Popular topics: Which rooms were the most popular within those same date/time ranges?

One application is measuring attendance in a class. If the class re-uses the same Comingle meeting for several discrete meeting times (classes/events), you specify the start/end time for each such event. This tool measures participation within each event time block, and can output a spreadsheet with a row for each name and a column for each event, where the cell indicates the number of minutes of attendance (currently the number of minutes they are in at least one room).

Usage

To run this script from a Git repo clone, do the following:

  1. npm install
  2. Copy template.coffee to config.coffee (or some other filename, e.g., my-class.coffee).
  3. Edit config.coffee to fill in the specifics for your meeting:
    • In particular, set the server URL, the meeting ID, and the meeting secret; and add events you want to track.
    • Read template.coffee for descriptions of the various options.
    • Do not commit your config file into Git (or change template.coffee), or risk your meeting and its secret leaking to the world.
  4. npm run attendance config.coffee

FAQs

Package last updated on 15 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc