All Projects → Idnan → tweet-cli

Idnan / tweet-cli

Licence: other
🐦 Tweet directly from your cli without any hassle

Programming Languages

PHP
23972 projects - #3 most used programming language

Tweet CLI

A little utility to help developers tweet directly from their CLI.

Motivation

To ease the pain of opening a browser, heading to twitter to tweet and to avoid getting distracted by other things that might catch your eye out there, I was tempted to make this utility, that lets you tweet without any hassle, for cli. Why cli? Because bash is something that most of the developers have open all the time.

Installation

  • Download the phar file from here
  • sudo chmod -R 755 tweet-cli.phar
  • sudo mv tweet-cli.phar /usr/local/bin/tweet-cli

Usage

tweet-cli -u<twitter_username> -p<twitter_password> --tweet="Your tweet message"

Example

tweet-cli -u "username" -p "p@ssw0r3" --tweet="Tweet through your CLI by @idnan_se"

Image

License

MIT © Adnan Ahmed

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].