* [sup-talk] Twitter @ 2010-09-13 8:50 Matthew Goodall 2010-09-13 16:02 ` William Betts 2010-09-23 17:26 ` [sup-talk] Twitter - new release Matthew Goodall 0 siblings, 2 replies; 5+ messages in thread From: Matthew Goodall @ 2010-09-13 8:50 UTC (permalink / raw) To: sup-talk As a part an honest attempt at twitter, and my ongoing quest to put everything into sup; I created a twitter client that stores into a maildir and sends an email as a tweet. I figure someone else might be interested: http://github.com/downloads/lionicsheriff/rfc5322/rfc5322-0.4.0.gem It provides two binaries: fetchtweet and sendtweet. I'd recommend running 'fetchtweet --add-account accountname' first to create the config file. There are some examples of using (along with some sup hooks) at http://github.com/lionicsheriff/rfc5322 _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sup-talk] Twitter 2010-09-13 8:50 [sup-talk] Twitter Matthew Goodall @ 2010-09-13 16:02 ` William Betts 2010-09-23 17:26 ` [sup-talk] Twitter - new release Matthew Goodall 1 sibling, 0 replies; 5+ messages in thread From: William Betts @ 2010-09-13 16:02 UTC (permalink / raw) To: sup-talk [-- Attachment #1.1: Type: text/plain, Size: 827 bytes --] That's pretty cool. Thank you. On Mon, Sep 13, 2010 at 1:50 AM, Matthew Goodall <dogsaw@thecyberplains.com>wrote: > As a part an honest attempt at twitter, and my ongoing quest to put > everything into sup; I created a twitter client that stores into a > maildir and sends an email as a tweet. > > I figure someone else might be interested: > http://github.com/downloads/lionicsheriff/rfc5322/rfc5322-0.4.0.gem > > It provides two binaries: fetchtweet and sendtweet. I'd recommend > running 'fetchtweet --add-account accountname' first to create the > config file. > > There are some examples of using (along with some sup hooks) at > http://github.com/lionicsheriff/rfc5322 > _______________________________________________ > sup-talk mailing list > sup-talk@rubyforge.org > http://rubyforge.org/mailman/listinfo/sup-talk > [-- Attachment #1.2: Type: text/html, Size: 1412 bytes --] [-- Attachment #2: Type: text/plain, Size: 140 bytes --] _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk ^ permalink raw reply [flat|nested] 5+ messages in thread
* [sup-talk] Twitter - new release 2010-09-13 8:50 [sup-talk] Twitter Matthew Goodall 2010-09-13 16:02 ` William Betts @ 2010-09-23 17:26 ` Matthew Goodall 2010-09-24 9:34 ` João Taveira Araújo 1 sibling, 1 reply; 5+ messages in thread From: Matthew Goodall @ 2010-09-23 17:26 UTC (permalink / raw) To: sup-talk I have released a new version: http://github.com/downloads/lionicsheriff/rfc5322/rfc5322-1.0.1.gem Features: + attached images and videos are uploaded to yfrog & url is appended to tweet + long urls are automatically shortened + --pastebin option in sendtweet uploads unused parts of body to pastebin. Again urls are appended + long tweets are sent to tweetshrink.com before rejecting them Documentation at: http://github.com/lionicsheriff/rfc5322 Note for upgraders: The config file has been renamed ~/.rfc5322.rc and a couple keys have been renamed: :oauth_token: -> :access_key: :oauth_token_secret: -> :access_secret: I did a complete rewrite since the previous attempt reflected my recent stint in shell programming and would be very hard to maintain. _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sup-talk] Twitter - new release 2010-09-23 17:26 ` [sup-talk] Twitter - new release Matthew Goodall @ 2010-09-24 9:34 ` João Taveira Araújo 2010-09-24 22:45 ` Matthew Goodall 0 siblings, 1 reply; 5+ messages in thread From: João Taveira Araújo @ 2010-09-24 9:34 UTC (permalink / raw) To: sup-talk Excellent, this is potentially really useful, although I think we'll end up needing a twitter mode for sup to handle this properly. I might get round to having a crack at it myself if I get the time, but I haven't really looked into Ruby or sup internals properly. Excerpts from Matthew Goodall's message of Thu Sep 23 18:26:36 +0100 2010: > I have released a new version: > http://github.com/downloads/lionicsheriff/rfc5322/rfc5322-1.0.1.gem > > Features: > + attached images and videos are uploaded to yfrog & url is appended to > tweet > + long urls are automatically shortened > + --pastebin option in sendtweet uploads unused parts of body to > pastebin. Again urls are appended > + long tweets are sent to tweetshrink.com before rejecting them > > Documentation at: http://github.com/lionicsheriff/rfc5322 I think the name is terrible. I'm not familiar with that RFC, but I'm pretty sure it's not twitter specific, which "fetchtweet" and "sendtweet" imply. Having a .fetchtweetrc fits in a lot better alongside .fetchmailrc too. +1 if the config options are similar too. Cheers, Joao. _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sup-talk] Twitter - new release 2010-09-24 9:34 ` João Taveira Araújo @ 2010-09-24 22:45 ` Matthew Goodall 0 siblings, 0 replies; 5+ messages in thread From: Matthew Goodall @ 2010-09-24 22:45 UTC (permalink / raw) To: sup-talk Excerpts from João Taveira Araújo's message of Fri Sep 24 21:34:45 +1200 2010: > Excellent, this is potentially really useful, although I think we'll end up needing a twitter mode for sup to handle this properly. I might get round to having a crack at it myself if I get the time, but I haven't really looked into Ruby or sup internals properly. Yeah we probably would need a real mode. It turns out that Twitter is a little more fast paced than email. As it stands, if you have a particularly active stream you are best off auto-archiving and filtering mentions into your inbox. That is just speculation though, I am hardly following anyone, so it is all easily manageable from the inbox. > I think the name is terrible. I'm not familiar with that RFC, but I'm pretty sure it's not twitter specific, which "fetchtweet" and "sendtweet" imply. It's the spec for email messages. Personally, I'm unsure about it. I enjoy the 'via rfc5322' you see on the web interface, but it seems to me the name would be better served by an email parsing library. Incidentally the new interface, the so-called #newtwitter, doesn't readily show the source of the tweet any more (you have to click on it). >Having a .fetchtweetrc fits in a lot better alongside .fetchmailrc too. I like the .fetchtweetrc, it links the rc to the tools better. Both tools use the same config file though, so maybe I could make it accept .fetchtweetrc and .sendtweetrc with .fetchtweetrc having precedence. >+1 if the config options are similar too. That would be interesting, been a long while since I have looked at them though. I use getmail and offlineimap. _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-09-24 22:56 UTC | newest] Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2010-09-13 8:50 [sup-talk] Twitter Matthew Goodall 2010-09-13 16:02 ` William Betts 2010-09-23 17:26 ` [sup-talk] Twitter - new release Matthew Goodall 2010-09-24 9:34 ` João Taveira Araújo 2010-09-24 22:45 ` Matthew Goodall
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox