This python script can export world and user name from VRChat log file.
- Prepare Python 3.7.1 or use exe file.
- Find VRChat log file available at: C:/Users/(username)/AppData/LocalLow/VRChat/vrchat/output_log.txt
- Drag and drop it to the script or exe file.
- See VRChat_usrlog.txt at the same directory of the log file.
2018.12.19 22:36:07 World: Suna's Playground
2018.12.19 22:36:10 User: sunasaji
...
In case you want to build the exe by yourself
- Execute 'pip install pyinstaller'
- Execute 'pyinstaller vrc_worldi_user_checker.py --onefile --noconsole'
- Find exe in dist directory
These codes are licensed under CC0.