Search found 1 match

by krisprolse
Mon May 19, 2025 12:04 am
Forum: Multiplayer / Dedicated Server
Topic: [Linux] Help needed - Automated Mod Updater
Replies: 1
Views: 230

[Linux] Help needed - Automated Mod Updater

Hi everyone, I need your help.

I am writing a Python script to automate the updates of mods.
The script retrieves the credentials to get the token for logging in.
However, I keep getting a 403 error code when it tries to download a mod.


import os
import re
import requests
import json
import sys ...

Go to advanced search