UNPKG

twitter-scrape-account-stats

Version:
45 lines (44 loc) 1.01 kB
{ "name": "twitter-scrape-account-stats", "description": "scrape public Twitter data w/out API access", "version": "0.2.1", "author": "Sean Lang <slang800@gmail.com>", "bin": { "twitter-scrape-account-stats": "./bin/index.js" }, "bugs": { "url": "https://github.com/slang800/twitter-scrape-account-stats/issues" }, "dependencies": { "argparse": "^1.0.2", "cheerio": "^0.19.0", "json-schema": "^0.2.2", "request-promise": "^0.4.2" }, "devDependencies": { "coffee-script": "^1.9.1", "mocha": "^2.2.4", "should": "^5.2.0" }, "homepage": "https://github.com/slang800/twitter-scrape-account-stats", "keywords": [ "account", "analytics", "followers", "following", "twitter", "private", "scrape", "social", "verified" ], "license": "GPL-3.0", "main": "lib", "repository": { "type": "git", "url": "https://github.com/slang800/twitter-scrape-account-stats.git" }, "scripts": { "test": "mocha" } }