https://github.com/whomwah/twapps
A couple of simple Twitter command line apps I wrote on the train
https://github.com/whomwah/twapps
Last synced: 3 months ago
JSON representation
A couple of simple Twitter command line apps I wrote on the train
- Host: GitHub
- URL: https://github.com/whomwah/twapps
- Owner: whomwah
- Created: 2009-11-06T23:49:39.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-11-07T00:07:27.000Z (over 15 years ago)
- Last Synced: 2025-04-06T06:09:58.426Z (3 months ago)
- Homepage:
- Size: 70.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A couple of simple Twitter clients
----------------------------------These are a couple of command line programs I wrote on the
train the other day on the way home. Very simple in concept,
they may break, I just wanted to tweet from the terminal
and also wanted to be able to send images to TwitPic.tw
Lets you post a message to Twitter. It returns the message senttp
Lets you post an image to TwitPic. It returns the url of the imageExamples:
tw Hello World
tw "Hello with ' in it"tp ~/path/to/image.jpg
tp path/to/image.jpgtp ~/path/to/image.jpg | tw Check out this image
Required gems:
httpclient