TrainDoctor / PZModScraper

Script to pull Workshop IDs and Mod IDs for Steam Workshop collections.
GNU General Public License v2.0
24 stars 1 forks source link

Has there been a change to SteamAPI #1

Closed TacoCub closed 1 year ago

TacoCub commented 1 year ago

Hello, I tried using this recently to save myself many hours of copy/pasting and im getting an error due to the steam web api.

from steam.webapi import WebAPI
ModuleNotFoundError: No module named 'steam.webapi'

Not sure if this repo is supported, but figured I would inquire. Im investigating some API Wrappers ive found to resolve the issue.

Edit:

TrainDoctor commented 1 year ago

It looks like I never included that the "steam" module made by ValvePython is also needed. I'll look into making a requirements.txt and adding a part to the readme since I forgot to include this detail originally, whoops!

TrainDoctor commented 1 year ago

I've added the steam module to the dependencies in the readme. I might get around to a requirements.txt but it's taking a bit more effort than I expected.

TrainDoctor commented 1 year ago

Okay, used pigar and generated a requirements.txt! Hopefully this should avoid any issues in future. Thanks for the report.