Skip to content
View catboy1357's full-sized avatar
🐈
🐈

Block or report catboy1357

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Chat-To-Chat Chat-To-Chat Public

    Chat To Chat is a Twitch bot to VRC text chat integration

    Python

  2. A code snippet for vrchat to send an... A code snippet for vrchat to send and receave at the same time.
    1
    # requires the python-osc library. If you need to install the modual use: "pip install python-osc"
    2
    import threading
    3
    from pythonosc import osc_server, dispatcher, udp_client
    4
    
                  
    5
    # Makes a thread to run the server in the background.