download.py 文件源码

python
阅读 37 收藏 0 点赞 0 评论 0

项目:steam_game_generator 作者: applepinegames 项目源码 文件源码
def get_apps():
  url = 'http://api.steampowered.com/ISteamApps/GetAppList/v2/'
  response = urllib.urlopen(url)
  try:
    data = json.loads(response.read())
    apps = data['applist']['apps']
    return apps
  except:
    return None
评论列表


问题


面经


文章

微信
公众号

扫码关注公众号