Skip to content

Instantly share code, notes, and snippets.

View marceloexc's full-sized avatar

Marcelo Mendez marceloexc

View GitHub Profile
@marceloexc
marceloexc / squawker_urls.py
Created April 5, 2024 23:50
A python script to export saved tweet URL's in Squawker's backup file to a text file
# This script is intended for files created with https://github.com/j-fbriere/squawker
# In order for this to work, you must select "Export Tweets" when exporting your Squawker data!
import argparse
import json
from pathlib import Path
def main(input_file, output_file):
tweet_urls = []