This folder contain Python scripts to extract networks from a TAGs(Twitter Archiving Google Sheet) file downloaded as a CSV file. The folder also contain sample input data and networks generated as output
This script extact all hashtags included in the collected text
This script extact all users who are mentioned or retweeted in the collected text
This script extact all URLs included in the collected text
input.csv is a sample input data, need to be replaced with file you obtain from TAGs
User-Hashtag-Network.csv is a sample output generated by running the CSV-user_hashtag_extractor.py script
User-User-Network.csv is a sample output generated by running the CSV-user_user_extractor.py script
User-URL-Network.csv is a sample output generated by running the CSV-user_url_extractor.py script