Git Product home page Git Product logo

Comments (3)

hico700 avatar hico700 commented on September 16, 2024

yep, that would be absolutely great, but I have no idea if it could be done ... :-) I just tried to use a screen recorder, but it's not comfortable too much :-(

from chaturbate-anonymous.

RoyalFlyBy avatar RoyalFlyBy commented on September 16, 2024

Is there a substantial amount of people that want this type of feature because I can add this rather easily as I already reverse engineered the chat for an unofficial chatbot.

If implemented how would you want the data to be represented, a list of messages like:

[time] user: message
[time] user: message

or in JSON:

[
    {
        time: TIME,
        user: USER,
        msg: MESSAGE
    }, 
    {
        time: TIME,
        user: USER,
        msg: MESSAGE
    }
]

Or differently, in which case I would need an example.

from chaturbate-anonymous.

hico700 avatar hico700 commented on September 16, 2024

It is great to hear that you can read and save the messages from the chat. I think it will be best to save all the chat content inc. tips. It will be the right way, because the video is many times related to the tip value (for ex. lush vibs) and the information explains what's going on in the video (or why)... :-) Maybe a little problem will be with a synchronization on the video, if there are a time drop outs... ???

from chaturbate-anonymous.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.