[+] Step C2 of data collection
This commit is contained in:
+2
-7
@@ -33,10 +33,5 @@ if __name__ == '__main__':
|
|||||||
print(tabulate(((u.username, u.popularity) for u in users[:20]), headers=['Name', 'Followers']))
|
print(tabulate(((u.username, u.popularity) for u in users[:20]), headers=['Name', 'Followers']))
|
||||||
|
|
||||||
# Start download
|
# Start download
|
||||||
download_all_tweets(api, 'sauricat')
|
for u in users:
|
||||||
|
download_all_tweets(api, u.username)
|
||||||
#####################
|
|
||||||
# Data collection - Step C2
|
|
||||||
# Download as many posts of the most popular individuals as possible.
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user