/ggst-py

Strive quick and dirty python api

Primary LanguagePython

ggst-py

Strive quick and dirty python api, haven't supported calling yet

Make sure you run pip install -r requirements.txt

Example usage

from src import Strive
strive = Strive()
strive.login('STEAM_USER', 'STEAM_PASS')
strive.get_replays()