Skip to content

Instantly share code, notes, and snippets.

View hermaplusplus's full-sized avatar
🐏
sheep

herma hermaplusplus

🐏
sheep
  • Yorkshire, United Kingdom
  • 21:02 (UTC +01:00)
View GitHub Profile
@hermaplusplus
hermaplusplus / wsid.py
Created September 6, 2022 05:38
Steam Workshop Mod ID-to-name utility (for ARMA 3 load order strings).
# created by https://github.com/hermaplusplus
#import json
# install the API wrapper by executing the following command:
# pip install -U steam[client]
from steam.webapi import WebAPI
# enter your API key found at https://steamcommunity.com/dev/apikey
api = WebAPI(key="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")