Showing posts with label twitter. Show all posts
Showing posts with label twitter. Show all posts

Sunday, November 02, 2014

A simple ruby twitter client

Install the gem

Proceed to install the required gem with gem install twitter as indicated at https://github.com/sferik/twitter.

Thursday, June 03, 2010

Twittie v0.1. A little script to use twitter.com services.

#Twittie01.ps1
#A little script to use twitter.com services.
#03-JUN-2010


[System.Net.ServicePointManager]::Expect100Continue = $false;