Package Exports
- tscraper
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tscraper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Node Twitter Scraper
Use this tool to scrape information for any given twitter account (without using the Twitter API).
Installation
$ npm install -g tscraper
Usage
$ tscraper <twitter_username>
#Example
$ tscraper meakaakka
{ name: 'Akash Nimare',
username: '@meakaakka',
bio: 'Undergrad Student @ NIT Surat | S15 @HackerRank | Currently working with @zulip | FOSS',
join_date: 'March 2011',
tweets: '852',
following: '794',
followers: '224',
likes: '343' }