Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/991jo/gsltctrl_minimal

a very minimal script to generate GSLT tokens.
https://github.com/991jo/gsltctrl_minimal

Last synced: about 2 months ago
JSON representation

a very minimal script to generate GSLT tokens.

Awesome Lists containing this project

README

        

gsltctrl is a small script to generate GSLT Tokens for game servers.
https://steamcommunity.com/dev/managegameservers

# How to use it

Place your API key in a file called `APIKEY` next to the gsltctrl.py script.

Then run `python3 gsltctrl.py `.
The script will print a valid token to stdout.

If no token with the memo `` exists it will be created.
If it has expired it will be regenerated and the new token will be printed.
If it exists and is not expired it will be printed.

If you want to have spaces in `` use
`python3 gsltctrl.py ''` instead.

e.g. `python3 gsltctrl.py 730 'cool csgo server'`