VRChat_Friend_History
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
- Download zip file at release and extract it, or prepare Python 3.7.x and clone this repository.
- Edit credential.json to replace
USERNAME
for your VRChat user name, and replacePASSWORD
for your VRChat password. - Execute
VRChat_Friend_History.exe
file, or executeVRChat_Friend_History.py
with Python. - 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
- Execute
pip install requests
- Execute
pip install pyinstaller
- Execute
pyinstaller VRChat_Friend_History.py --onefile --noconsole
- Find exe file in dist directory
License
These codes are licensed under MIT License. See LICENSE for details.