tweets
3 rows where "created_at" is on date 2021-09-02 and favorite_count = 1 sorted by lang
This data as json, CSV (advanced)
Suggested facets: source
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 | |||||||
1433328362429181953 | swyx 33521530 | 2021-09-02T07:18:06+00:00 | @buildsghost thanks, first i am hearing of this perspective. got a good alternative for what you would say instead? | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [13, 115] | 1433295830547505153 | 1175464650395111424 | buildsghost | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1433535263691599873 | swyx 33521530 | 2021-09-02T21:00:15+00:00 | thinking about this as i think of recent conversations and listening to this https://overcast.fm/+a0BoSqWQw perhaps all dynastic leaders use the spoils of ruthlessness to rewrite history. and “You have enemies? Good. That means you’ve stood up for something, sometime in your life." | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 280] | 1433502587068694528 | 33521530 | swyx | 0 | 0 | 1 | 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]);