tweets
8 rows where "created_at" is on date 2021-10-13 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by lang
This data as json, CSV (advanced)
Suggested facets: is_quote_status, retweet_count, favorite_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1448312281482162177 | swyx 33521530 | 2021-10-13T15:38:50+00:00 | gm new loading spinner dropped https://twitter.com/daltonjholcombe/status/1447763660982546437 | 1447763660982546437 1447763660982546437 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 31] | 1 | 0 | 47 | 0 | 0 | 0 | en | |||||||||
1448326748517515264 | swyx 33521530 | 2021-10-13T16:36:20+00:00 | RT @devonko_: I'm in desperate search of a kidney donor who meets the following requirements: ∙ Blood type: O+/- ∙ Age: 18-55 ∙ Location:… | 1445795629049864197 1445795629049864197 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 139] | 0 | 2233 | 0 | 0 | 1 | en | ||||||||||
1448333067840462849 | swyx 33521530 | 2021-10-13T17:01:26+00:00 | @austencollins congrats!! this is a big effing deal. kudos to @jeremy_daly and team, what a leap forward in the dev experience! looking forward to try it out ASAP. @begin and @AWSAmplify need to take notice 👀 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [15, 209] | 1448329585569898503 | 11041992 | austencollins | 0 | 0 | 8 | 0 | 0 | en | ||||||||
1448337156057882627 | swyx 33521530 | 2021-10-13T17:17:41+00:00 | Serverless Cloud follows @begin’s footsteps in full stack serverless DX. Why have @netlify and @vercel waited so long to add datastore and scheduled functions? #Jamstack space is heating up 🔥 when I wrote Self Provisioning Runtimes I had no idea people were way ahead of me 👏 https://twitter.com/goserverless/status/1448313005331005443 | 1448313005331005443 1448313005331005443 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 276] | 1 | 5 | 50 | 0 | 0 | 0 | en | |||||||||
1448339406314557441 | swyx 33521530 | 2021-10-13T17:26:37+00:00 | link for the lazy https://twitter.com/swyx/status/1432864028842356736?s=21 | 1432864028842356736 1432864028842356736 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 41] | 1448337156057882627 | 33521530 | swyx | 1 | 0 | 3 | 0 | 0 | 0 | en | ||||||
1448358282632962048 | swyx 33521530 | 2021-10-13T18:41:38+00:00 | @threepointone @RozenMD that, and ending every line with semicolons, going by my code reviews feedback recently | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [24, 111] | 1448338082072248324 | 1593171 | threepointone | 0 | 0 | 9 | 0 | 0 | en | ||||||||
1448358359904579589 | swyx 33521530 | 2021-10-13T18:41:56+00:00 | @JustJake drop the “fat” its cleaner | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [10, 37] | 1448357349551325185 | 607528502 | JustJake | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1448406110377951239 | swyx 33521530 | 2021-10-13T21:51:41+00:00 | @beyang out: columnar databases in: columnar visualization | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [8, 59] | 1448353718131257347 | 16520821 | beyang | 0 | 0 | 6 | 0 | 0 | ro |
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]);