tweets
7 rows where "created_at" is on date 2021-09-02, is_quote_status = 0, retweeted = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang
This data as json, CSV (advanced)
Suggested facets: retweet_count
user 2 ✖
- swyx 6
- Anan Batra 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1433218355087872005 | swyx 33521530 | 2021-09-02T00:00:58+00:00 | @sa_han47 no i just thought of a dumb meme and tweeted it :) its ok, google does it, cant be too bad!.... IF you invest in the tooling https://softwareengineeringdaily.com/2019/05/22/monolithic-repositories-with-ciera-jaspan/ | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 159] | 1433216911060262916 | 3161586763 | sa_han47 | 0 | 0 | 1 | 0 | 0 | 0 | en | |||||||
1433277854406438913 | swyx 33521530 | 2021-09-02T03:57:24+00:00 | Today's clip: looking into @CockroachDB! https://share.transistor.fm/s/1f927cf0 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 65] | 1432935977970925571 | 33521530 | swyx | 0 | 2 | 2 | 0 | 0 | 0 | en | |||||||
1433446615776313348 | Anan Batra 1264520152508481537 | 2021-09-02T15:08:00+00:00 | 📍Today - Listnr, Inc. is 1 year and 1 day old 🥳 Here's a quick read on how we scaled Listnr, Inc. from 0 to $150k in revenue without any external funding in under 1 year! https://blog.listnr.tech/blogs/listnr-1-year | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 196] | 0 | 7 | 92 | 0 | 0 | 0 | en | ||||||||||
1433475575285358608 | swyx 33521530 | 2021-09-02T17:03:04+00:00 | @RandallKanna @AdamRackis dont forget alphabetical sort... i look forward to meeting Aardvark Kanna | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [26, 99] | 1433471454796914692 | 206918128 | RandallKanna | 0 | 0 | 3 | 0 | 0 | en | ||||||||
1433476245136678918 | swyx 33521530 | 2021-09-02T17:05:44+00:00 | @gumroad with this! thank you gumroad! https://swyx.gumroad.com/l/bAZJq | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [9, 62] | 1433394042717577216 | 276271004 | gumroad | 0 | 0 | 6 | 0 | 0 | 0 | en | |||||||
1433494442346876945 | swyx 33521530 | 2021-09-02T18:18:02+00:00 | @threepointone @jkup does your team call themselves Workers workers or are you normal | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [21, 85] | 1433424896395075587 | 1593171 | threepointone | 0 | 0 | 9 | 0 | 0 | en | ||||||||
1433520798090727451 | swyx 33521530 | 2021-09-02T20:02:46+00:00 | @lmatteis how much influence does he exert? is he "just the money guy" or more than that? | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 89] | 1433518331647176706 | 281950081 | lmatteis | 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]);