1

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 ?

Pardeep Jain
  • 84,110
  • 37
  • 165
  • 215

1 Answers1

2

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 :