Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsamirhn/stalker
Scrape the date you read.
https://github.com/itsamirhn/stalker
chrome-extension scraper twitter
Last synced: 25 days ago
JSON representation
Scrape the date you read.
- Host: GitHub
- URL: https://github.com/itsamirhn/stalker
- Owner: itsamirhn
- Created: 2023-10-13T08:27:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T16:26:48.000Z (about 1 year ago)
- Last Synced: 2023-10-15T06:04:03.905Z (about 1 year ago)
- Topics: chrome-extension, scraper, twitter
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔎 Stalker
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.
## Features
- Scrape Twitter data (tweets, followers, following)
## Install
- 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## Usage
- Open the website you want to scrape
- Click on the extension icon and click `Export` button to download data as JSON file.## Contribution
Suggestions and pull requests are welcomed!.
---
This project was bootstrapped with [Chrome Extension CLI](https://github.com/dutiyesh/chrome-extension-cli)