Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/991jo/gsltctrl_minimal
- Owner: 991jo
- Created: 2019-05-31T23:19:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T16:30:25.000Z (over 4 years ago)
- Last Synced: 2024-08-03T03:05:14.907Z (5 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-lanparty-software - gsltctrl_minimal
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'`