Rebol Tutorial

Rebol Programming - Learn Rebol with Real-World Examples

Tag archives for Twitter

12 Sep by admin in All, Console, Expert, Syntax, Twitter

Improving the twitter client to read message status from clipboard (coping with Optional Parameters)

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»
17 Aug by admin in All, Automation, Twitter, Web Services

How to use Twitter Search API (Rebol Rest/Json Web Services)

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»