home / twitter

tweets

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

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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: user, favorite_count, retweeted, created_at (date)

retweet_count 4 ✖

  • 0 4
  • 1 1
  • 16 1
  • 30787 1

lang 2 ✖

  • en 5
  • und 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
1423896261749395459 swyx 33521530 2021-08-07T06:38:18+00:00 @jeanqasaur haha wow you have a lot of FP fans in the house       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [12, 59] 1423740761162477572 271516623 jeanqasaur       0 0 2 0 0   en  
1423896518440804355 swyx 33521530 2021-08-07T06:39:19+00:00 @anildash if you go to the dark side it might even cost you an arm and a leg       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [10, 76] 1423878718695563267 36823 anildash       0 0 3 0 0   en  
1423897482279329800 swyx 33521530 2021-08-07T06:43:09+00:00 omg heres the latest IETF spec with tons more all professionally analyzed! https://www.ietf.org/id/draft-peabody-dispatch-new-uuid-format-01.html https://twitter.com/swyx/status/1423897482279329800/photo/1       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 99] 1352579686581190656 33521530 swyx       0 1 23 0 0 0 en  
1423999597031088130 Kati Hartwig 260337016 2021-08-07T13:28:55+00:00 My seat mate on my flight is a 6 year old little girl who started our trip with “I’m going to talk to you randomly so you need to be prepared, ok?”       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 147]             0 30787 408121 0 1   en  
1424135077999484931 swyx 33521530 2021-08-07T22:27:16+00:00 RT @BrittneyPostma: The new @SvelteSociety site is live in all it's new SvelteKit awesomeness. I got to make some small contributions to th… 1423972793910243330 1423972793910243330     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 140]             0 16 0 0 1   en  
1423895862166523906 swyx 33521530 2021-08-07T06:36:42+00:00 @supabase ↪️⬇️4️⃣       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [10, 17] 1423876852632989699 1219566488325017602 supabase       0 0 2 0 0   und  
1423896593342730245 swyx 33521530 2021-08-07T06:39:37+00:00 @cherthedev hai       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [12, 15] 1423893422776016896 15790639 cherthedev       0 0 8 0 0   und  

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 2800.057ms