tweets
7 rows where "created_at" is on date 2021-12-09, is_quote_status = 0, retweeted = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang
This data as json, CSV (advanced)
Suggested facets: favorite_count
user 2 ✖
- swyx 6
- italianCoders 1
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1468750086146379776 | swyx 33521530 | 2021-12-09T01:11:23+00:00 | @briggsl @temporalio like this 🕯 🕯 🕯 🕯 🕯 🕯 Temporal 🕯 Cloud pls 🕯 🕯 🕯 🕯 🕯 (Ryland will be in touch) | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [21, 287] | 1468729866124087298 | 17814727 | briggsl | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1468751414797033474 | swyx 33521530 | 2021-12-09T01:16:40+00:00 | @dalekurt @temporalio awesome :) any questions? | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [22, 47] | 1468708654190927875 | 2664 | dalekurt | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1468751546640855041 | swyx 33521530 | 2021-12-09T01:17:11+00:00 | @harisvsulaiman @temporalio standing by to help! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [28, 48] | 1468289178748133376 | 72515656 | harisvsulaiman | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1468752058958290944 | swyx 33521530 | 2021-12-09T01:19:13+00:00 | @h_yeomans @JeremiahLee @temporalio happy to answer any questions, though of course probably the Stripes on the Workflow Engine team can answer specifics! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [36, 154] | 1468260818814910473 | 221875338 | h_yeomans | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1468996525653209094 | italianCoders 1349817381657444360 | 2021-12-09T17:30:39+00:00 | Few minutes and we will be live with @swyx to talk about #React #FrontEnd Here the link 🎉🚀https://youtu.be/b1FXpOExLQw | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 114] | 0 | 3 | 3 | 0 | 0 | 0 | en | ||||||||||
1469003048215220224 | swyx 33521530 | 2021-12-09T17:56:34+00:00 | @jaredpalmer @turborepo @vercel congrats Jared!!! so interested to see what you get up to at Vercel! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [32, 100] | 1468941100802985988 | 44936471 | jaredpalmer | 0 | 0 | 7 | 0 | 0 | en | ||||||||
1469051406296379396 | swyx 33521530 | 2021-12-09T21:08:43+00:00 | @lynnlangit i collected some tools here too in my time at aws! https://github.com/sw-yx/spark-joy/blob/master/README.md#cloud-architecture-diagrams | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [12, 86] | 1469048310212136961 | 3105491 | lynnlangit | 0 | 0 | 1 | 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]);