Add module docstring to twitter_process.py

This commit is contained in:
MstrPikachu
2021-12-09 21:36:53 -05:00
parent 04a22c89ab
commit dc91b607b0
+2 -1
View File
@@ -1,5 +1,6 @@
"""
TODO: Module Docstring
Processes data downloaded from the Twitter API. Processing consists of calculating popularity of
users, creating samples of users, filtering news channels, and processing tweets for file storage.
"""
import random
from typing import NamedTuple