Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zanonnicola/scrape-my-likes
Scraping my likes from twitter using Puppeteer and NodeJS
https://github.com/zanonnicola/scrape-my-likes
nodejs puppeteer scaper twitter
Last synced: 5 days ago
JSON representation
Scraping my likes from twitter using Puppeteer and NodeJS
- Host: GitHub
- URL: https://github.com/zanonnicola/scrape-my-likes
- Owner: zanonnicola
- Created: 2019-03-20T22:24:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T22:25:19.000Z (almost 6 years ago)
- Last Synced: 2024-11-26T11:49:00.860Z (2 months ago)
- Topics: nodejs, puppeteer, scaper, twitter
- Language: JavaScript
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scrape my Twitter likes
Scraping my likes from twitter using **Puppeteer** and **NodeJS**.
It will run on a cron job every day and save them in MongoDB so I will be able to index them in ES or Algolia and finally be able to search through them.π©Work in progress.
## Run
```sh
npm ci
node index.js
```