Creates json config mod list out of a basic name/url mod list for arma reforger config.json mod list.
From:
https://reforger.armaplatform.com/workshop/595F2BF2F44836FB-RHS-StatusQuo
or just the name -> RHS Status Quo
To:
{ "modId": "595F2BF2F44836FB", "name": "RHS - Status Quo", "version": "0.11.4250" }
- Change file_path in the script to your mod list text file.
pip install requests beautifulsoup4
- Run script
python mod_config_spider.py
The mod list file can contain either exact mod names (as shown on the workshop) or direct URLs to mod pages.
Numbering is optional.
When you run the script, it’ll ask what type of list entries you're using.
At the end, you'll be asked if you want to open the mod pages in your browser to double-check them.