from steam import Steam from decouple import config KEY = config("STEAM_API_KEY") steam = Steam(KEY) # arguments: steamid user ...
確定! 回上一頁