[+] Step C2 of data collection

This commit is contained in:
Hykilpikonna
2021-11-22 12:36:20 -05:00
parent eacbe6b488
commit 0186aa185f
+2 -7
View File
@@ -33,10 +33,5 @@ if __name__ == '__main__':
print(tabulate(((u.username, u.popularity) for u in users[:20]), headers=['Name', 'Followers']))
# Start download
download_all_tweets(api, 'sauricat')
#####################
# Data collection - Step C2
# Download as many posts of the most popular individuals as possible.
for u in users:
download_all_tweets(api, u.username)