From 04a22c89abaa66c57a0b91476941a837338b96f2 Mon Sep 17 00:00:00 2001 From: MstrPikachu <31784486+MstrPikachu@users.noreply.github.com> Date: Thu, 9 Dec 2021 20:27:12 -0500 Subject: [PATCH] Add module docstring to twitter.py --- src/raw_collect/twitter.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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