tweets
6 rows where "created_at" is on date 2021-12-19, is_quote_status = 0, retweeted = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang
This data as json, CSV (advanced)
Suggested facets: favorite_count
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1472496800808726529 | swyx 33521530 | 2021-12-19T09:19:29+00:00 | @leemallon just the touristy stuff is a good 4-5 days. i like the parks @nparksbuzz https://www.nparks.gov.sg/ and ofc the food. these days i try to optimize for people over things when it comes to touristing. | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [11, 207] | 1472495861435404289 | 40069321 | leemallon | 0 | 0 | 2 | 0 | 0 | 0 | en | |||||||
1472504038189330436 | swyx 33521530 | 2021-12-19T09:48:15+00:00 | @zerok @temporalio hey thanks for picking up on the @changelog podcast! this is a really great intro, and if you want us to present at your company/user group just let us know! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [19, 176] | 1472259615576539140 | 1348381 | zerok | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1472508231667060746 | swyx 33521530 | 2021-12-19T10:04:54+00:00 | @heikkila_marko @temporalio interesting, never heard of Benthos before this. how would you connect them? perhaps a quick diagram could help. we often see users trying to put Kafka atop us and there are some good and bad ways to do that | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [28, 235] | 1472482970468560900 | 62916944 | heikkila_marko | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1472508357395488768 | swyx 33521530 | 2021-12-19T10:05:24+00:00 | @lorendsr @jasonlaster11 @temporalio you know how to find me or Loren anytime :) | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [37, 80] | 1472367150849576967 | 215488966 | lorendsr | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1472511263221907460 | swyx 33521530 | 2021-12-19T10:16:57+00:00 | @_rychen no quarantine for visitors from 11 approved countries https://www.visitsingapore.com/travel-requirements/ | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [9, 86] | 1472509589782417409 | 192524919 | _rychen | 0 | 0 | 1 | 0 | 0 | 0 | en | |||||||
1472513148540551172 | swyx 33521530 | 2021-12-19T10:24:27+00:00 | @css @ericwbailey oh man, people are dropping all sorts of 🔥 advice on this end of year roundup and it's looking like i'm the only one that submitted a "fun" entry... 🙈 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [18, 168] | 1468294550691016709 | 285019665 | css | 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]);