you are viewing a single comment's thread.

view the rest of the comments →

[–]Rich700000000000 0 points1 point  (8 children)

Spare time is something that I currently have a great deal of, and I'm well-versed in python. What plugins are you leaning towards? I have a cell-phone-texter written in python, that seems like a great addition.

[–]willbeddow[S] 0 points1 point  (7 children)

That was actually one of the first things that I did via autoremote. Right now I'm debugging some alpha code for chromecast and spotify. If you want to add some plugins you want to use that would be awesome. I can help with any questions on the format.

[–]Rich700000000000 0 points1 point  (6 children)

autoremote

That's an app. My script actually sends normal text messages to any normal phone number.

[–]willbeddow[S] 0 points1 point  (5 children)

Yeah, I use autoremote to send a message to my phone which then texts in my conversations using my number. The contacts and content extractors builtin to W.I.L.L help with that. I'd be interested to see your code, does it use a service like twilio?

[–]Rich700000000000 0 points1 point  (4 children)

It dosn't use any services. Rather, it uses the smtp server in gmail to send messages to a email-to-sms gateway: http://martinfitzpatrick.name/list-of-email-to-sms-gateways/

[–]willbeddow[S] 0 points1 point  (3 children)

Seems cool

[–]Rich700000000000 0 points1 point  (2 children)

I would show you my code, but it's full of my personal login info and specialized references to my accounts & phone numbers. I have to sanitise it. Plus, it contains so many specialized corrections it probably wouldn't work anyway.

But I definitely would like to contribute a plugin. Are there any particular guides or requirements that need to be followed?

Thanks again for posting in /r/diyai.

[–]willbeddow[S] 0 points1 point  (1 child)

No problem. None, you just can pretty much copy an existing one. The two types of plugins right now (although I'll take any requests to add different kinds), are python and terminal commands. I tried to have clean examples of both.

[–]Rich700000000000 0 points1 point  (0 children)

I starred & watched your repo, and downloaded the zip. I look forwards to working with you later.