tweets
7 rows where "created_at" is on date 2021-10-09 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by lang
This data as json, CSV (advanced)
Suggested facets: is_quote_status, retweet_count
user 3 ✖
- swyx 5
- Justin Garrison 1
- andy 🍞 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1446646180197265414 | swyx 33521530 | 2021-10-09T01:18:21+00:00 | @spitleaf bitcoin solves this | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [10, 29] | 1446581442050469891 | 357427736 | spitleaf | 0 | 0 | 4 | 0 | 0 | en | ||||||||
1446666565445767170 | swyx 33521530 | 2021-10-09T02:39:21+00:00 | @reactjs @brian_d_vaughn @_jstejada @lunaruan 🎉 congrats team!! really cool to see devtools get its own team, such a small team helping millions nbd | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [46, 148] | 1446571618113839112 | 1566463268 | reactjs | 0 | 0 | 11 | 0 | 0 | en | ||||||||
1446671799131934720 | swyx 33521530 | 2021-10-09T03:00:09+00:00 | Gifted program saved my life. I was a weirdo that struggled to fit in and would absolutely have blamed or harmed myself if they had not put me in with other weirdos and made it ok to be weird together. It didn’t privilege us so much as put us on a gentler path to socialization. https://twitter.com/primalpoly/status/1446485504468398085 | 1446485504468398085 1446485504468398085 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 278] | 1 | 2 | 77 | 0 | 0 | 0 | en | |||||||||
1446676550884093953 | swyx 33521530 | 2021-10-09T03:19:02+00:00 | Signs your kid may be “gifted” (YMMV, am not expert): - effortless at math. yet struggles with anything rote - plays alone for hours - writing age >> age - disproportionate outbursts/violence get them challenge/socialized asap. a maladapted gifted child is a dangerous adult. | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 284] | 1446671799131934720 | 33521530 | swyx | 0 | 0 | 41 | 0 | 0 | en | ||||||||
1446680767413637121 | swyx 33521530 | 2021-10-09T03:35:47+00:00 | @ken_wheeler song request https://youtu.be/RHu0ALxqUIo | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [13, 49] | 1446572582338187268 | 167193309 | ken_wheeler | 0 | 0 | 3 | 0 | 0 | 0 | en | |||||||
1446692597850775557 | andy 🍞 956417626858840064 | 2021-10-09T04:22:48+00:00 | gifted child to average tech worker pipeline | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 44] | 0 | 647 | 8830 | 0 | 0 | en | |||||||||||
1446867332748300288 | Justin Garrison 14361975 | 2021-10-09T15:57:08+00:00 | It’s always nice to see when a company understands what employees want for benefits 👏 @PolarSignalsIO https://www.polarsignals.com/working-at-polar-signals/ https://twitter.com/rothgar/status/1446867332748300288/photo/1 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 127] | 0 | 407 | 2998 | 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]);