Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 262 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 262 Bytes

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()