You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm relativly new to Python and the requirements installing on a Mac are not so funny.
Idea: Provide a Dockerfile for Python, where are all requirements are installed and the proxy is fully running with a host:port combination. So it's only a docker build and a docker run and the proxy will run.
I tried it by myself and the output is like:
########################################
# SWParser v0.100 - Summoners War Proxy #
########################################
Written by:
KaKaRoTo
Authors:
Youness Alaoui
Leonardo Stern
Azrethos
Plugins:
SWARFARM Export Plugin
Generate Runes
Demo Plugin
Print Unit Collection
Barion Rune Efficiency Plugin
Generate Visit Friend
Licensed under LGPLv3 and available at:
https://github.com/kakaroto/SWProxy
Failed to load GUI dependencies. Switching to CLI mode
Running Proxy server at 172.x.x.x on port 8080
The text was updated successfully, but these errors were encountered:
Hi,
I'm relativly new to Python and the requirements installing on a Mac are not so funny.
Idea: Provide a Dockerfile for Python, where are all requirements are installed and the proxy is fully running with a host:port combination. So it's only a
docker build
and adocker run
and the proxy will run.I tried it by myself and the output is like:
The text was updated successfully, but these errors were encountered: