Skip to content

Instantly share code, notes, and snippets.

View willowiscool's full-sized avatar

Willow Veytsman willowiscool

View GitHub Profile
@willowiscool
willowiscool / twitter_data_to_csv.js
Last active July 5, 2024 18:12
download ur twitter data then copy tweets.js to tweets.json and remove the bit before the {
const USERNAME = "holyshitlois"
const COUNT_SELFQT_AS_QT = false
const DATE_CHANGES_AT_HR = 5 // 5 am
const tweets = require("./tweets.json")
/*
let replies = tweets.filter(tweet =>
tweet.tweet.full_text.startsWith("@"))
let retweets = tweets.filter(tweet =>
tweet.tweet.full_text.startsWith("RT"))