Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terminal-twitter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terminal-twitter

Simple Twitter CLI tool to operate twitter from terminal.

  • 1.0.3
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Terminal Twitter

Simple CLI tool based on node to operate twitter from command line.

How to use

Login and Logout
$ twcmd -l

Demo

$ twcmd --logout
Sending a tweet
$ twcmd -t "hello world !!!"

Sending a tweet with media

$ twcmd -t "hello world !!!" -m ~/Pictures/sample.png

$ twcmd -t "hello world !!!" -m ~/Movies/sample_movie.mp4

List favorite tweets

$ twcmd -f -t

Listening to tweets

$ twcmd --track "some text"
Example

Track

Searching for tweets

$ twcmd -s "trump"

List User Information

$ twcmd -u "morsetree" -i

UserInfo

Search Users

$ twcmd --user --search "trump"

The entire API on how to use is here

Development Environment Setup

$ git clone git@github.com:naveenvignesh5/twitter-cmd.git

$ npm i

$ mv api.json.template api.json # update consumer key and secret from twitter dashboard

$ npm link

Running the Project

$ node index.js

or

$ npm start

TODO

  • Better documentation
  • Unit tests

Keywords

FAQs

Package last updated on 22 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc