tweets
5 rows where favorite_count = 0, is_quote_status = 0 and source = "9335de48b3673c3f69433a34861c115d1d382be3"
This data as json, CSV (advanced)
Suggested facets: retweet_count, retweeted, lang, created_at (date)
id ▼ | user | created_at | full_text | retweeted_status | quoted_status | place | source | truncated | display_text_range | in_reply_to_status_id | in_reply_to_user_id | in_reply_to_screen_name | geo | coordinates | contributors | is_quote_status | retweet_count | favorite_count | favorited | retweeted | possibly_sensitive | lang | scopes |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1434279350527053826 | swyx 33521530 | 2021-09-04T22:16:59+00:00 | RT @kylebrussell: I wrote a primer on the Loot project that everyone’s getting hyped about in the NFT scene Gimme the Loot! by @kylebrusse… | 1433232024102387716 1433232024102387716 | TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 | 0 | [0, 140] | 0 | 138 | 0 | 0 | 1 | en | ||||||||||
1437101077980123143 | swyx 33521530 | 2021-09-12T17:09:31+00:00 | @morsapaes aww thanks! wondering how you related to what I said? some personal story here? | TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 | 0 | [11, 90] | 1437095420010827777 | 955397748580372480 | morsapaes | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1437105219662385155 | swyx 33521530 | 2021-09-12T17:25:59+00:00 | @SabrinaTjeng kiao ka lol | TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 | 0 | [14, 25] | 1437105076460351491 | 46562891 | SabrinaTjeng | 0 | 0 | 0 | 0 | 0 | tl | ||||||||
1437116204846624772 | swyx 33521530 | 2021-09-12T18:09:38+00:00 | @preetster @reactjs whats wrong with web sockets? and yeah most the solutions i mention are community developed | TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 | 0 | [20, 112] | 1437114301647491073 | 16343912 | preetster | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1437124949609783296 | swyx 33521530 | 2021-09-12T18:44:23+00:00 | @colinhacks @simonplend @buttondown if they dont take your feature request i may have to build my own buttondown clone someday (jk email is hard) | TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 | 0 | [36, 145] | 1437124714397372420 | 888220718 | colinhacks | 0 | 0 | 0 | 0 | 0 | en |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [tweets] ( [id] INTEGER PRIMARY KEY, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [full_text] TEXT, [retweeted_status] INTEGER, [quoted_status] INTEGER, [place] TEXT REFERENCES [places]([id]), [source] TEXT REFERENCES [sources]([id]), [truncated] INTEGER, [display_text_range] TEXT, [in_reply_to_status_id] INTEGER, [in_reply_to_user_id] INTEGER, [in_reply_to_screen_name] TEXT, [geo] TEXT, [coordinates] TEXT, [contributors] TEXT, [is_quote_status] INTEGER, [retweet_count] INTEGER, [favorite_count] INTEGER, [favorited] INTEGER, [retweeted] INTEGER, [possibly_sensitive] INTEGER, [lang] TEXT, [scopes] TEXT, FOREIGN KEY([retweeted_status]) REFERENCES [tweets]([id]), FOREIGN KEY([quoted_status]) REFERENCES [tweets]([id]) ); CREATE INDEX [idx_tweets_source] ON [tweets] ([source]);