Rust RCON Support via Python
Hello there,
does anyone know if rust is running the source engine for a server and if has experience with programming via rcon for a rust server?
Im trying to make something that sends messages sent on the server automatically to a different source like discord. The problem here isnt the discord part more the rcon part because I have absolutley no experience with it. Any help is appreciated, thanks :)
Source rcon is depricated for rust. Rust is using websockets now. Websockets are really easy to work with.
Ah okay good was wondering why it didnt connect with a simple rcon source script.
In response to Quantum ():
Source rcon is depricated for rust. Rust is using websockets now. Websockets are really easy to work...
Would you recommend using the default Websockets or a special package? Also are there any specified examples for Rust Websocket Rcon with python out there? Cant seem to find any.
In response to collectvood ():
Would you recommend using the default Websockets or a special package? Also are there any specified...
I've never used python before so I dont know.
In response to Quantum ():
I've never used python before so I dont know.
Ok, thanks anyway!
In general, do I need a websocket server or does the rust server provide that already? How is the password handled, websocket.connect() only allows IP and Port?

I found this: https://github.com/nizig/ruco#api-usage-example But I think it is still using the old Source? Anyway this seems pretty complex, shouldnt it be pretty easy making a on message event myself?
In response to collectvood ():
In general, do I need a websocket server or does the rust server provide that already? How is the pa...
The password is the path. For example: 123.123.123.123:28016/myPassword