scrape tweet tags

This commit is contained in:
Jarrian
2023-09-09 15:34:33 +08:00
parent b43fb72dbd
commit efb0c65c39
2 changed files with 13 additions and 1 deletions
+2 -1
View File
@@ -270,7 +270,8 @@ It may be due to the following:
"Retweets": [tweet[6] for tweet in self.data],
"Likes": [tweet[7] for tweet in self.data],
"Analytics": [tweet[8] for tweet in self.data],
"Profile Image": [tweet[9] for tweet in self.data],
"Tags": [tweet[9] for tweet in self.data],
"Profile Image": [tweet[10] for tweet in self.data],
}
df = pd.DataFrame(data)