Skip to content

Instantly share code, notes, and snippets.

View mackignacio's full-sized avatar
🏠
Working from home

Mack Ignacio mackignacio

🏠
Working from home
View GitHub Profile
@mackignacio
mackignacio / index.js
Created April 14, 2025 05:14 — forked from adrianhorning08/index.js
Scrape Facebook Group
const allContent = []
function createCSV(data, fileName) {
const headers = [
'id',
'email',
'firstName',
'lastName',
'postId',
'postText',