Files
CSC110-Project/collect/twitter_individual.py
T
2021-11-03 15:42:18 -04:00

13 lines
123 B
Python

import os
import json5
import tweepy
from collect.utils import *
if __name__ == '__main__':
conf = load_config()