twitchi is a command line Twitter client, developed using Twitter4J. gooey is a graphical interface built on top of twitchi.
Features
- Update your Twitter status
- View your timeline
- Page through your timeline
- Configure proxy settings for your network
- Send/view direct messages
- Uses bit.ly to shorten urls
- View user info
- Block/unblock users
- Search for tweets
- View your and someone else's followers
- View your and someone else's friends
Follow twitchi
Other Useful Business Software
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
Rate This Project
Login To Rate This Project
User Reviews
-
It's a great little tool. Thanks very much for this. I added tweet.bat to enable an even simpler tweet mechanism i.e. tweet "what I want to tweet" and the timestamped outcome and tweeted text is logged in tlog.txt All the best TWEET.BAT @echo off set TWDATE=%date:~-4,4%%date:~-7,2%%date:~-10,2% set h=%TIME:~0,2% set m=%TIME:~3,2% set s=%TIME:~6,2% set TWTIME=%h%:%m%:%s% echo %TWDATE%:%TWTIME% >> tlog.txt twitchi -us -m %1 >> tlog.txt