There is a Pier plugin with a nice model for Twitter at http://source.lukas-renggli.ch/pieraddons, examples can be seen on the front-page of ese.unibe.ch and lukas-renggli.ch. I use the plugin mostly to pull public timelines, but it would be easy to adapt to also post tweets. Below a shell script that could be adapted: curl --quiet --user "${USERNAME}:${PASSWORD}" --data status="${MESSAGE}" "${URL}" Cheers, Lukas 2009/12/5 Marcus Denker <denker@acm.org>:
On Dec 4, 2009, at 7:55 PM, csrabak@bol.com.br wrote:
Marcus,
This brings a question to me: is there a sort of API or web service we could use (obviously for calling from inside Pharo) to post at the Pharo's Twitter account?
I surmise that doing that for the blog would be 'easier' :-)
Hmm... twitter has a REST style API: http://apiwiki.twitter.com/Twitter-API-Documentation
This should not be too difficult to use from within Pharo...
    Marcus _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch