Pardeep Jain
Pardeep Jain

Reputation: 86730

Get Twitter Feed as JSON (tweeter scraper) with angular/node/javascript

I want to create dashboard having feed from twitter tweets in angular2/node platform , on googling i found

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

but after running this script i got error

[ { code: 215, message: 'Bad Authentication data.' } ] }

also i got this meaningful question in SO but this is using php

Simplest PHP example for retrieving user_timeline with Twitter API version 1.1

anyone can do this in nodeJs/angular ?

or any suggestion ?

Upvotes: 1

Views: 883

Answers (1)

khairy Mohamed
khairy Mohamed

Reputation: 176

You can use phantomJs or casperJs (install them with npm) for scraping site but in this time some sites use distill-network to prevent or block scraping bot . in your problem you have two solution the clean and easy one :

Upvotes: 2

Related Questions