Scrapes tweets from a user and display on a dashboard. Can also export CSV.
Original repository: https://github.com/akiyamasho/twitter-scraper-chrome-extension
- fixed linkDom to 3rd link in each tweet, to get tweet ID from date link
- found option to filter or not replies. It's left on by default
- in textsDom I replace " with ', so as to export better to CSV
To use this extension, will you need:
- Chrome browser with Developer Tools turned on
- Clone this repo to your machine
- Open chrome://extensions/ in your browser
- Check the box for Developer mode in the top right
- Press Load Unpacked button and select the folder with this codebase
You can start using the extension now by clicking on it in the Extensions list.