Gahks,
I'm in the middle of writing my own project <but haven't released it yet> that does exactly this.
I can PM you the link to my project if you'd like to see what I've done so far. Included in the file is a todo list of things that need to be fixed or added.
gahks wrote:
- the command syntax would go something like this: A | B | C
My syntax is:
Code:
#Run [variable]
#Logoff
#GetIP
#Close [process]
#Email off
etc.
where [variable] is a predefined path.
I also have other preset commands such as shutdown, restart, logoff, GetIP, etc.
As for security, I'd like to use
OAuth, but I haven't quite figured out how to implement it yet. Currently, the program sends your Twitter username and password to Twitter insecurely.