Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```