home / twitter

tweets

This is data scraped from swyx's timeline! See blog post

4 rows where "created_at" is on date 2021-08-02 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: favorite_count, created_at (date)

retweeted 2 ✖

  • 0 3
  • 1 1

retweet_count 2 ✖

  • 0 3
  • 7 1

user 1 ✖

  • swyx 4
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
1421989921766576129 swyx 33521530 2021-08-02T00:23:11+00:00 @mjg59 i am not familar with your work; can you define coherent?       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [7, 64] 1421762581186760705 229502009 mjg59       0 0 7 0 0   en  
1421990195281334274 swyx 33521530 2021-08-02T00:24:16+00:00 @mjg59 (in the context of free software and your assertion that the younger generation is not coherent)       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [7, 103] 1421989921766576129 33521530 swyx       0 0 4 0 0   en  
1422007533510688777 swyx 33521530 2021-08-02T01:33:10+00:00 RT @swyx: Doing my taxes in Singapore this year: The tax system fits on ~1 page 🤯 If you have a standard employment situation, @IRAS_SG… 1381324888216981504 1381324888216981504     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 138]             0 7 0 0 1   en  
1422290513269428246 swyx 33521530 2021-08-02T20:17:37+00:00 @petecodes @Coding_Career @IndieHackers real, automated email       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [40, 61] 1422287229217656836 2930544074 petecodes       0 0 0 0 0   en  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 521.256ms