twitter-fifo

Named pipes for interacting with your Twitter stream.

Usage no npm install needed!

<script type="module">
  import twitterFifo from 'https://cdn.skypack.dev/twitter-fifo';
</script>

README

twitter-fifo

Command line Twitter client that enables interacting with Twitter via named pipes.

Usage

Install

npm install -g twitter-fifo

Setup

Copy example_config.js to config.js and fill in your Twitter API credentials.

Usage

$ mkdir my-twitter-working-dir

$ cd my-twitter-working-dir

$ twitter-fifo &

$ cat @noffle/timeline
@andmish: making new set for new level #gamedev #unity3d
@nodeschool: NodeSchool International Day and new workshops on npm and ES6 generators
...

Limitations

Currently only the timeline pipe is available. Coming soon:

  • Tweeting by writing to a tweet file
  • following and followers files
  • More! File an issue or send a pull request!