Hey there,
I'm currently trying to set up a docker container the is able to use the Mapshot mod, but it requires the use of the full Factorio client in order to generate images. I've had a look online, searched the forum, and through the wiki, and there doesn't seem to be a nice solution to download the full client in an automated fashion.
I would strongly prefer not having people provide their passwords in order to use the container, it would be great if the token associated with a persons account could be used in place of their password.
Regards, M
Request: Enable downloading clients using the user's token
Re: Request: Enable downloading clients using the user's token
It's not documented and might change without notice, but this works at the moment:huddo121 wrote: Tue Jan 10, 2023 6:59 am I would strongly prefer not having people provide their passwords in order to use the container, it would be great if the token associated with a persons account could be used in place of their password.
Code: Select all
https://factorio.com/get-download/1.1.74/alpha/linux64?username=<username>&token=<token>
bringing the oops to devops
Re: Request: Enable downloading clients using the user's token
Ah! Amazing! Thank you!