This repository has two folders with Python files and samples of input and output files used/generated by the Python scripts:
getTweetsByKeyword.py can be used to collect data from Twitter using a keyword or a hashtag
output.csv is a sample of the output file without an actual data
modified_CSV-user_hashtag_extractor.py is a modified version of the CSV-user_hashtag_extractor.py so it can work with the data collected from getTweetsByKeyword.py
getTweetsByUsers.py can be used to collect data from Twitter using a list of users
input_file.txt is a sample of the input file without an actual data
output.csv is a sample of the output file without an actual data