Python 3.9 Script that gets all mod's name and links from one list(string) of mods.
- Python 3.9
- Pip
1- Download both .py and requeriments.txt to the same folder.
2- Open CMD in this folder and install dependencies:
pip install -r requirements.txt
3- Edit the file: Joew-SteamWorkshop-ModsInfo.py and set your mods list:
# Set your mods here:
modidslist = "1629667379,1629965981,1644646859"
4- Run the python script:
python Joew-SteamWorkshop-ModsInfo.py
1- Download and install python from here
2- Download get-pip.py from here
3- Open CMD and install get-pip.py:
python C:\folder\where\you\downloaded\get-pip.py