Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akashnimare/twitter-scraper

:zap: Scrape Twitter user details
https://github.com/akashnimare/twitter-scraper

twitter-api twitter-scraper

Last synced: 2 months ago
JSON representation

:zap: Scrape Twitter user details

Awesome Lists containing this project

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
```
#Example
```
$ tscraper meakaakka
```
```javascript
{ 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' }
```