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
- Download zip file at release and extract it, or prepare Python 3.7.x and clone this repository.
- Edit credential.json to replace
USERNAMEfor your VRChat user name, and replacePASSWORDfor your VRChat password. - Execute
VRChat_Friend_History.exefile, or executeVRChat_Friend_History.pywith Python. - See generated file named
VRChat_Friend_History.txt
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
...
In case you want to build the exe by yourself
- Execute
pip install requests - Execute
pip install pyinstaller - Execute
pyinstaller VRChat_Friend_History.py --onefile --noconsole - Find exe file in dist directory
These codes are licensed under MIT License. See LICENSE for details.