VRChat_Friend_History icon indicating copy to clipboard operation
VRChat_Friend_History copied to clipboard

This tool shows when your friends became your friend in VRChat

Introduction

This tool shows when your friends became your friend in VRChat, by using VRChat moderation API. Some friends might not be displayed. If you mute&unmute friends, the date and time would be used.

English | Japanese

Getting Started

  1. Download zip file at release and extract it, or prepare Python 3.7.x and clone this repository.
  2. Edit credential.json to replace USERNAME for your VRChat user name, and replace PASSWORD for your VRChat password.
  3. Execute VRChat_Friend_History.exe file, or execute VRChat_Friend_History.py with Python.
  4. See generated file named VRChat_Friend_History.txt

Output file example

2018-05-11T17:53:08.648Z username_of_your_1st_friend_in_vrchat
2018-05-11T18:24:14.295Z username_of_your_2nd_friend_in_vrchat
...

Build

In case you want to build the exe by yourself

  1. Execute pip install requests
  2. Execute pip install pyinstaller
  3. Execute pyinstaller VRChat_Friend_History.py --onefile --noconsole
  4. Find exe file in dist directory

License

These codes are licensed under MIT License. See LICENSE for details.