diff --git a/src/raw_collect/twitter.py b/src/raw_collect/twitter.py index ab7b98d..1589c3b 100644 --- a/src/raw_collect/twitter.py +++ b/src/raw_collect/twitter.py @@ -1,5 +1,8 @@ """ -TODO: Module docstring +This module interacts directly with the Twitter API to download tweets and users. +It contains functions related scraping users/tweets, including: +- getting the tweets of a user +- downloading many users by checking their followers and follower's followers, etc. """ import math import random