Skip to content

Unofficial API to revolutioniseSPORT team management app

Notifications You must be signed in to change notification settings

phrak/revsport-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

revsport-api

Usage as a command-line tool

pip install git+https://github.com/bygri/revsport-api.git
revsport -u [USERNAME] [PORTALNAME] [ACTION]

The only currently-supported ACTION is members.

Usage as a library

api = RevSportAPI("my-portal-name")
api.login_old("username", "password")
data = api.fetch_members()
print(data)

Development

Test the CLI with inv cli -u [USERNAME] [PORTALNAME] [ACTION]

About

Unofficial API to revolutioniseSPORT team management app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%