Skip to content

Instantly share code, notes, and snippets.

@adrianhorning08
adrianhorning08 / index.js
Last active August 31, 2025 03:22
Scrape Facebook Group
const allContent = []
function createCSV(data, fileName) {
const headers = [
'id',
'email',
'firstName',
'lastName',
'postId',
'postText',