ramyD / guys

guys updates your status with oauth and twitter through the terminal
3 stars 0 forks source link

add url shortening parser #10

Closed ramyD closed 14 years ago

ramyD commented 14 years ago

add url shortening parser that will parse posted urls, shorten them (preferably with a user selected service) and post them shortened.

alexismo commented 14 years ago

http://bit.ly/aCcRbN Made a URL shortening class that works with Bit.ly. The next step would be to detect URLs and automatically shorten them. Would also need to slightly re-work the Bitly class so it works with the Twitter and FB classes.

alexismo commented 14 years ago

http://bit.ly/97lFov The URL shortener is included in a parser and in the Twitter.cpp file.

ramyD commented 14 years ago

awesome!