Tag archives for Twitter
Improving the twitter client to read message status from clipboard (coping with Optional Parameters)
We're going to improve our twitter command line program by adding support for message from clipboard: if the user just type tweet without specifying any message as parameter, the message will be read from the clipboard. So we could just type "tweet" and the message would be sent straight away ...more»
How to use Twitter Search API (Rebol Rest/Json Web Services)
Twitter Search API can return JSON format (as well as the rest of Twitter API). Happily Parsing JSON is very easy in REBOL thanks to Romano Paolo Tenca who wrote this json library during a coffee break according to the legendary story :). Nevertheless, Douglas Crockford, the creator of Json, ...more»
Tags: Automation, json, Twitter, Web Services





No Comment
Tags: clipboard, Command Line, optional, parameter, Twitter, unset, value?