cross-posted from: https://lemmy.world/post/28140813

Little update on making a peertube recommendation algorithm. I made a script that collects video json and closed caption from instances. Later on I’ll figure out a way to organize the data into video description vector. (Data manipulation will be ever improving process but data collecting should be stagnant and only change with activityhub and peertube updates)

My question is if there’s a program that monitors or gets a users video watch time and interaction data and stores it locally. I just need something to record my video interactions of peertube videos such as like or dislike a video.

    • Cattail@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      9 days ago

      yeah i saw that stats when i looked at my videos, but i didn’t know if that would be worth collecting since its guarded not readily accessible. i guess an instance can use it for recommendations of local videos. right now im just trying to profile both the watcher(locally) and videos

      • mesa@piefed.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        9 days ago

        You could add a small js script like Google analytics (but your own of course). I’ve done that with a couple of corporate websites that I used to run.