Do you know if it's possible to add a factorio mods updater i founded this but sadly it's outdated :/ :
https://github.com/astevens/factorio-mod-updater
Okay I will work on this issue to provide a futur automatic mod updater if I know inaf to do it. I will close this issue and open it again if I was able to do something and I will propose the branch merge.
Issue should stay open
With bash it's possible sadly only hard ways https://github.com/IIPoliII/LinuxGSM/blob/master/lgsm/functions/factorio_mods_update.sh I know that in python it can be done too (I am really not good in it) easier like this post (python3.6++) : ```
import requests
import json
r = requests.get('https://mods.factorio.com/api/mods/bobpower')
j = json.loads(r.text)
latest = j['releases'][-1]
version = latest['info_json']['factorio_version']
link = f'https://mods.factorio.com{latest["download_url"]}'
if version == '0.17':
print(f'{version} - {link}')
```
But I am a bash lover so I will finish my work on bash!
Please, can you raise a WIP pull request for this. Thank you
WIP? Sadly I was not able to do the only download new mods so it downloads all and I use it in my factorio servers
Hello,
Any news for this feature ?
Well sadly i nearly finished it and i am using it but integrating it in lgsm is hard here is the code of it https://github.com/IIPoliII/LinuxGSM/blob/master/lgsm/functions/factorio_mods_update.sh it's nearly finished someone just need to inegrate it c:
GitHub
Linux Game Server Managers_. Contribute to IIPoliII/LinuxGSM development by creating an account on GitHub.
still nothing? :|