Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

brodokk/neosvrpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neosvrpy

Warning

Depreciation notice for NeosVR, this project will be forked and modified to support only Resonite. See https://github.com/brodokk/resonitepy

Unofficial NeosVR API python library.

Based on a work by mralext20. The main difference with his library is the simplification of the HTTP call by make them sync instead of async but is more up to date.

The code is still in WIP mode, see the files neosvrpy/classes.py and neosvrpy/client.py for how to use them.

Usage

Quick exemple of to use it

from neosvrpy.client import Client
from neosvrpy.classes import LoginDetails

client = Client()

client.login(
    LoginDetails(username="YOURUSERNAME", password="YOURPASSWORD")
)

friends = client.getFriends()
for friend in friends:
    print(friend.friendUsername)

About

Unofficial NeosVR API python library.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%