Skip to content

Unofficial API to revolutioniseSPORT team management app

Notifications You must be signed in to change notification settings

phrak/revsport-api

 
 

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

  • JavaScript 59.0%
  • Python 41.0%