tweets
5 rows where favorite_count = 44 sorted by lang
This data as json, CSV (advanced)
Suggested facets: user, favorited, retweeted
created_at (date) 5 ✖
- 2021-09-03 1
- 2021-10-10 1
- 2021-11-20 1
- 2021-11-28 1
- 2021-12-13 1
source 2 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1433823619671633923 | podrocketpod 1372248310904455178 | 2021-09-03T16:06:04+00:00 | In this episode, @RyanCarniato tells us all about @solid_js, a declarative, efficient, and flexible JavaScript library for building user interfaces. Listen here https://podrocket.logrocket.com/solidjs #podcast #javascript #webdevelopment #tech https://twitter.com/PodRocketpod/status/1433823619671633923/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 228] | 0 | 16 | 44 | 0 | 0 | 0 | en | ||||||||||
1447056944951271429 | swyx 33521530 | 2021-10-10T04:30:35+00:00 | Why I stopped being an infovore: I fear not the person who knows everything and is surprised by nothing. I fear the person who just knows one thing that surprises everybody. | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 176] | 0 | 3 | 44 | 0 | 0 | en | |||||||||||
1462108361621745664 | Pier 1360839410 | 2021-11-20T17:19:32+00:00 | @sveltejs @vercel seems to be going all in with Svelte which makes me very happy 😍 - Hired @Rich_Harris to work on it full time - Sponsored #SvelteSummit - First speaker is a Vercel dev rel basically selling Svelte - @rauchg travelled to NYC It feels like something big is coming! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 283] | 1462101412431777797 | 1360839410 | PierB | 0 | 6 | 44 | 1 | 1 | en | ||||||||
1465055785667338245 | swyx 33521530 | 2021-11-28T20:31:33+00:00 | @ArrigoLupori @JoshWComeau i mostly refrain from commenting because i dont want to draw the zealots haha. Josh is a brave man who also knows how to toe the very fine line of respectful criticism. | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [27, 195] | 1465051665271341056 | 1077501634723409920 | ArrigoLupori | 0 | 0 | 44 | 0 | 0 | en | ||||||||
1470462000001994754 | swyx 33521530 | 2021-12-13T18:33:55+00:00 | Free startup idea / Request for startup: Eco-friendly cable disposal 1. Let anyone mail their “big box of cables” to you. 2. You keep them for 1 year and ship back equivalent cables on demand. 3. Sell/responsibly recycle the rest. 4. Donate 20% proceeds to #TeamTrees | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 269] | 0 | 2 | 44 | 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]);