tweets
7 rows where "created_at" is on date 2021-12-21 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by lang
This data as json, CSV (advanced)
Suggested facets: retweet_count, favorite_count, favorited, retweeted
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1473178528355028998 | swyx 33521530 | 2021-12-21T06:28:26+00:00 | @rzen isnt it? Open Standards > Open Source. brilliant. | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [6, 58] | 1473142741215420423 | 14686197 | rzen | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1473188422873325568 | swyx 33521530 | 2021-12-21T07:07:45+00:00 | @NirantK @AirbyteHQ @HevoData bring it up, its a good question | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [30, 62] | 1473186344826331136 | 1028185370 | NirantK | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1473190888499458049 | swyx 33521530 | 2021-12-21T07:17:33+00:00 | @amasad that sounds like The Future According to Frontend Devs but i think there are some genuinely interesting things going on in the data (@getdbt) lowcode (@webflow, @flutterflow), PaaS (@flydotio, @cloudflare) and orchestration (@temporalio) world. too small for Next Big Thing? | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [8, 282] | 1473181494508097542 | 166138615 | amasad | 0 | 3 | 23 | 0 | 0 | en | ||||||||
1473206717403959297 | swyx 33521530 | 2021-12-21T08:20:26+00:00 | RT @Nina_Ledid: Great article by @swyx on the API Economy. I like how he describes the usage of APIs in the following economic terms: "wh… | 1473192929414070273 1473192929414070273 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 140] | 1 | 2 | 0 | 1 | 1 | en | ||||||||||
1473209969046482945 | swyx 33521530 | 2021-12-21T08:33:22+00:00 | @realKunalAShah where do i sign up | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [16, 34] | 1472867131150774272 | 1020394087 | realKunalAShah | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1473210422383632386 | swyx 33521530 | 2021-12-21T08:35:10+00:00 | @HipsterSmoothie @DescriptApp honestly hope theres movement to improve the app performance, i had to uninstall it after finding out the background helpers were killing my cpu | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [30, 174] | 1473169072187535360 | 7547562 | HipsterSmoothie | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1473264922439995392 | swyx 33521530 | 2021-12-21T12:11:44+00:00 | @dvassallo “live” energy is hard to beat. i hope that @circle figures out how to help creators maintain that active community feel! | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [11, 131] | 1473104064644718592 | 24179991 | dvassallo | 0 | 0 | 4 | 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]);