Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

yacthMon/vrchat-friend-manager

Repository files navigation

⛔️ DEPRECATED Project ⛔️

VRChat official website is seem to be fully functions than before. And I'm no longer working on this anymore, so I'll archive this repository and leave the code as it be for anyone who want to learn Electron and Vue.

VRChat Friend Manager

alt text deprecated No Maintenance Intended

Desktop application for manage friend in VRChat game by VRChat API

Download link

Todo

  • Login
  • View online friend
  • View friend location
  • View friend location's instance [publice , invite or private]
  • Find user
  • Add/Delete Friend
  • Accept/Ignore Friend request
  • Joining friend
  • List user's avatar
  • Choose avatar
  • Delete avatar
  • Auto update
  • List world

VRChat friend manager is an electron-vue project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test


# lint all JS/Vue component files in `src/`
npm run lint

This project was generated with electron-vue@4c6ee7b using vue-cli. Documentation about the original structure can be found here.