Add module docstring to twitter.py

This commit is contained in:
MstrPikachu
2021-12-09 20:27:12 -05:00
parent b4c5fc254d
commit 04a22c89ab
+4 -1
View File
@@ -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