Bots can not scrape anymore? No problem, scrape the data by yourself!
This chrome extension will help you to scrape the data from the websites you visit.
- Scrape Twitter data (tweets, followers, following)
- Clone the repo
- Run
npm install
- Run
npm run build
- Open
chrome://extensions/
- Enable
Developer mode
- Click on
Load unpacked extension
- Select the
build
folder
- Open the website you want to scrape
- Click on the extension icon and click
Export
button to download data as JSON file.
Suggestions and pull requests are welcomed!.
This project was bootstrapped with Chrome Extension CLI