Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

/prog/ web 2.0 challenge #1

Name: Anonymous 2009-09-25 15:59

Challenge: Using the twitter API, you must code a program that will tweet it's own source code.

             GOOD LUCK.

Name: Anonymous 2009-09-25 17:33

IHBT
https://twitter.com/that_crab/status/4378649510
use Net::Twitter;
open O,"<",$0;
$t=Net::Twitter->new(traits=>[qw/API::REST/],username=>'that_crab',password=>'IHBTBY');
$t->update(join"\n",<O>);

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List