General > Developers Corner

LUA to send Steam Message?

(1/2) > >>

iViscosity:
I just have a simple question, does anyone know if it's possible to send a Steam Message via an in-game command? I want it to be automated that basically will send a message to all of the registered Admins of a server that basically says something like: "xx has called for an Admin. If you can, please get on and use !calladmin_handle x to let other Admins know it's been handled." I saw something like this in a CS:GO server, but I was wondering if it would be possible via LUA? If so, anyone know how?


TL;DR: Can you send a Steam Message to someone with LUA?

Bytewave:
Probably not through pure Lua, but you could perhaps set up a Steam bot with one of these libraries with some success, and interface with it with Lua, ie through sockets (see gm_bromsock).

iViscosity:
Hm... do you know how much work this would take? I'm not very educated in many languages besides Lua, HTML, and a bit of Java (but not nearly enough to write something like that) so I'm not sure if I'd be able to do this... :P

MrPresident:
It would take a lot of work. You would need to acquire or code your own steam bot using a different language (Python, java, etc) and the install a socket module to communicate with the bot from lua.

It's possible, I've done it, but it's not worth it.

iViscosity:
Ok, do you know if there's any way to do it without going through all the hassle or is this the only way?


On a related (sort of) topic: Is there a way to do this similar thing, but with an email?

Navigation

[0] Message Index

[#] Next page

Go to full version