ATLAS
Not enough ratings
Easily Manager your Mods
By Joew
I made this simple and very useful Python script to manage my server's mods.
All the time I wanted to remove one mod, or i wanted to knew exactly which mods are using on my server i'had some trouble. I used to check manually all mods to find the one(s) i wanted to remove or to see which one the mod are.

But now its much easier.
All you need to do is config one line with all your mod ids and the script do all the rest to you.
It gives you the mod name and the mod url.

I wish it helps you as much it helps me. ;)
   
Award
Favorite
Favorited
Unfavorite
Easily Manager your Mods

Link: https://github.com/JoewAlabel/Joew-SteamWorkshop-ModsInfo

I made this simple and very useful Python script to manage my server's mods.
All the time I wanted to remove one mod, or i wanted to knew exactly which mods are using on my server i'had some trouble. I used to check manually all mods to find the one(s) i wanted to remove or to see which one the mod are.

But now its much easier.
All you need to do is config one line with all your mod ids and the script do all the rest to you.
It gives you the mod name and the mod url.

I wish it helps you as much it helps me. ;)

[x] Requeriments:
- Phyton 3.9
- PIP

[x] Instructions:

1- Download from https://github.com/JoewAlabel/Joew-SteamWorkshop-ModsInfo 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

[x] Installing Python and Pip:
1- Download and install python from here[www.python.org]
2- Download get-pip.py from here[bootstrap.pypa.io]
3- Open CMD and install get-pip.py:
python C:\folder\where\you\downloaded\get-pip.py