Skip to content

This tool shows when your friends became your friend in VRChat

License

Notifications You must be signed in to change notification settings

sunasaji/VRChat_Friend_History

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This tool shows when your friends became your friend in VRChat

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%