Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 478 Bytes

summary.rst

File metadata and controls

25 lines (15 loc) · 478 Bytes

laserforce

Summary

This class is for getting the summary of a player.

This example shows how to get the summary of a player.

import laserforce

client = laserforce.Client() # init client
client.login("4-43-1265") # login as me

summary = client.get_summary() # get summary

print(summary.standard) # returns standard missions

Summary

laserforce.summary.Summary