tweets
6 rows where "created_at" is on date 2021-08-20, is_quote_status = 0, retweeted = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang
This data as json, CSV (advanced)
Suggested facets: retweet_count, lang
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1428740355994767369 | swyx 33521530 | 2021-08-20T15:27:00+00:00 | I finally finished my Developer Marketing Bingo Card https://twitter.com/swyx/status/1428740355994767369/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 52] | 0 | 46 | 297 | 0 | 0 | 0 | en | ||||||||||
1428833341453737989 | swyx 33521530 | 2021-08-20T21:36:29+00:00 | @lukeed05 @AdamRackis @_developit @Rich_Harris @johnste_ @lihautan @takezeasy *Chrome developers have entered the chat* | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [78, 119] | 1428832407851966466 | 1100495504 | lukeed05 | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1428834568790953984 | swyx 33521530 | 2021-08-20T21:41:22+00:00 | @spitleaf one of my biggest problems with "user experience" is that people just define thing_they_like as good UX and completely discount thing_they_dont_like as frivolous "DX at the expense of UX". i think this is like 90% of the fight between React and #UseThePlatform people | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 277] | 1428820149591752707 | 357427736 | spitleaf | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1428835224658452486 | swyx 33521530 | 2021-08-20T21:43:58+00:00 | @chrislpenner trust me i quote Lexi on an almost weekly basis. but pple dont even do validation and parsing has lower value for dynamically typed langs | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [14, 151] | 1428833730240593932 | 520714982 | chrislpenner | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1428861510164520960 | swyx 33521530 | 2021-08-20T23:28:25+00:00 | I got Gigabit internet ("up to 1000 Mbps") and TIL how much antennae affect internet speeds as measured by fast.com: Plugged in Ethernet: 780mbps iPad on 5G: 200mbps iPhone on 5G: 120mbps iPad on 2G: 80mbps iPhone on 2G: 60mbps | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 280] | 0 | 1 | 47 | 0 | 0 | en | |||||||||||
1428832712593346561 | swyx 33521530 | 2021-08-20T21:33:59+00:00 | @derrickreimer @savvycal_ ༼ つ ◕_ ◕ ༽つ GIVE DARK MODE ༼ つ ◕_ ◕ ༽つ | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [26, 64] | 1428828933802401802 | 28679508 | derrickreimer | 0 | 0 | 6 | 0 | 0 | ja |
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]);