This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 = [] |