UNPKG

mockingjay

Version:

Create a twitter bot that follows a list and retweets tweets that match a regex pattern.

33 lines (32 loc) 746 B
{ "name": "mockingjay", "version": "1.3.0", "description": "Create a twitter bot that follows a list and retweets tweets that match a regex pattern.", "main": "lib/mockingjay.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/csvsoundsystem/mockingjay.git" }, "keywords": [ "regex", "twitter", "retweet", "bot" ], "authors": [ "Michael Keller", "Brian Abelson" ], "license": "MIT", "bugs": { "url": "https://github.com/csvsoundsystem/mockingjay/issues" }, "homepage": "https://github.com/csvsoundsystem/mockingjay", "dependencies": { "twit": "~1.1.12", "underscore": "~1.6.0" } }