campfire_export icon indicating copy to clipboard operation
campfire_export copied to clipboard

Add some stats

Open precipice opened this issue 13 years ago • 1 comments

Would be fun and maybe useful to have some stats show up at the end of the export:

  • Transcripts exported
  • Uploads exported
  • Deleted uploads
  • Errored uploads
  • Longest run of days in the room
  • Most posts by a user
  • Longest time in the room

precipice avatar Jul 08 '11 05:07 precipice

Posts by user:

egrep -rh --include=transcript.txt "^\[.*?:\]" campfire/ | perl -pe 's/^\[(.*?)\s*(pasted|played a sound|uploaded|tweeted)?:\].*/\1/g' | sort | uniq -c | sort -nr

bgreenlee avatar Jul 08 '11 14:07 bgreenlee