Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akashnimare/twitter-scraper
- Owner: akashnimare
- Created: 2016-07-03T22:38:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T18:09:45.000Z (over 8 years ago)
- Last Synced: 2024-03-23T06:23:27.254Z (10 months ago)
- Topics: twitter-api, twitter-scraper
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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' }
```