
centip3de wrote:Vulpine wrote:centip3de wrote:It uses mozilla thunderbird and an add-on for it. (If anyones interested I'll go into greater detail)
I'm very interested in this greater detail.
I think that means, "I'm very interested in this, go into greater detail" or something along those lines.
Anywho, I'm able to control my comp via text messages because of email. On Mozilla Thunderbird it has an option to sort your emails, i.e. if its from johniscool@epicprovider.com it will put it in the "john is cool" folder. Now there is an addon called, Mailbox Alert that whenever you get mail, it will do a specific action like play a sound or even start a program (get where I'm going). So basically I made a crap load (near 300) folders for all the different possible text messages, or commands I would want to do. And set the Mailbox Alert to a different batch program (I know, highly ineffective) that would write a text file, and start my mother program. This program would read the file, and depending on what it said, correspond properly. This could be anywhere to sending a text back to, starting a process, to taking a screenshot and sending it to me (if my friends didn't believe me
). And all I had to do , was send a text to my email.
Hope thats what you meant xD


fashizzlepop wrote:300+ folders? I would imagine that your script should be able to read the mail sent to a single folder and act on that. I assume that's what you are working on?
sanddbox wrote:The only problem was that I hate twitter


shadowboy1505 wrote:What command did you use to take a screenshot?
import ImageGrab
# you can change these coordinates to whatever section of the screen you want to snapshot.
im = ImageGrab.grab((0,0,850,750))
im.save("img.jpg")

Defience wrote:shadowboy1505 wrote:What command did you use to take a screenshot?
I don't know what method he used, but in Python one way is:
- Code: Select all
import ImageGrab
# you can change these coordinates to whatever section of the screen you want to snapshot.
im = ImageGrab.grab((0,0,850,750))
im.save("img.jpg")

Return to Interpreted Languages
Users browsing this forum: No registered users and 0 guests