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

tweetjector

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tweetjector - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

19

package.json
{
"name": "tweetjector",
"version": "1.0.2",
"preferGlobal": "true",
"version": "1.0.3",
"authors": [
"Ryan Eastridge <ryan@eastridge.xxx> (http://eastridge.xxx)"
],
"keywords": ["twitter", "stream"],
"license": "MIT",
"description": "Full screen Twitter streamer.",
"repository": {
"type": "git",
"url": "git://github.com/beastridge/tweetjector.git"
},
"dependencies": {

@@ -10,8 +21,8 @@ "express": "2.5.x",

},
"engines": {
"node": "0.6.x"
},
"bin": {
"tweetjector": "./tweetjector"
},
"scripts": {
"start": "./tweetjector"
}
}
Tweetjector
===========
A simple full screen Twitter stream.
Full screen Twitter streamer.
npm install -g tweetjector
tweetjector ./path/to/config.json hashTag
tweetjector ./path/to/config.json bieber
Tweetjector will start on the next available port above 8000. `hashTag` should be a hash tag **without** the hash symbol or `@user`. `config.json` must contain your twitter app credentials plus `message` and `message_timeout`:
Tweetjector will start on the next available port above 8000. The hash tag should be a hash tag **without** the hash symbol or `@user`. `config.json` must contain your twitter app credentials plus `message` and `message_timeout`:

@@ -11,0 +11,0 @@ {

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