Socket
Book a DemoInstallSign in
Socket

tweetcat

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tweetcat

p2p pipe across the internet using Twitter as a transport stream

latest
Source
npmnpm
Version
0.0.8
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

tweetcat

WIP - This is highly experimental!

p2p pipe across the internet using Twitter as a transport stream.

Installation

npm install -g tweetcat

Setup

Before you can use tweetcat you need to create an app on Twitter. Follow the steps below to get started (you need to have a phone number associated with your Twitter account).

  • Create a new app
  • Choose a unique name, e.g. tweetcat-<github-username>
  • Put in a dummy website, e.g. http://example.com
  • Leave Callback URL blank
  • When the application have been created you should be taken to the app page. From here, click 'Keys and Access Token' and note the 'Consumer Key' and the 'Consumer Secret'

When you've successfully created the Twitter app, continue with initialization:

tweetcat --init

Usage

tweetcat [username]

Where username is a Twitter user (without the @).

Todo's

  • Add tests
  • Allow transfer of binary data
  • Allow transfer of data larger than 140 chars
  • Find solution to distributing Twitter API consumer key/secret
  • Implement two-way handshake so that one side of the conversation doesn't start sending before the other is listening

License

MIT

Keywords

twitter

FAQs

Package last updated on 11 Jul 2015

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