tweets
4 rows where favorited = 0, retweeted = 0 and user = 1176969867733479424 sorted by lang
This data as json, CSV (advanced)
Suggested facets: source
created_at (date) 4 ✖
- 2021-05-05 1
- 2021-08-03 1
- 2021-10-18 1
- 2021-11-23 1
quoted_status 0 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1390082681753374723 | Svelte Society 🧡 1176969867733479424 | 2021-05-05T23:15:12+00:00 | Interesting point here: Svelte's ecosystem is larger than React's... if you consider that vanilla JS libraries (e.g. D3) "just work" with Svelte 🎯 https://twitter.com/DanaWoodman/status/1390030682789859329 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 148] | 1 | 23 | 116 | 0 | 0 | 0 | en | ||||||||||
1422372693827985409 | Svelte Society 🧡 1176969867733479424 | 2021-08-03T01:44:11+00:00 | 🧡🧡🧡 ICYMI: @Sveltejs was just voted the most loved framework at the 2021 @StackOverflow developer survey! https://insights.stackoverflow.com/survey/2021 🧡🧡🧡 https://twitter.com/SvelteSociety/status/1422372693827985409/photo/1 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 136] | 0 | 39 | 182 | 0 | 0 | 0 | en | ||||||||||
1450199092701892613 | Svelte Society 🧡 1176969867733479424 | 2021-10-18T20:36:21+00:00 | It’s time to announce our next Svelte Summit sponsor! It’s everyone’s favourite @Cloudflare 🥳 If you haven’t checked out Workers or Pages, do it now! SvelteKit and CF workers are a perfect match. Fast + Fast = Superfast 😎 | Tweetbot for Mac 2d56427825d31a620d10acb51615805f894c90f6 | 0 | [0, 221] | 0 | 12 | 150 | 0 | 0 | en | |||||||||||
1463248727942971396 | Svelte Society 🧡 1176969867733479424 | 2021-11-23T20:50:57+00:00 | News: https://yourhome.fb.com uses @sveltejs! Thanks @celikovic for the tip 👀 https://twitter.com/SvelteSociety/status/1463248727942971396/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 78] | 0 | 35 | 303 | 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]);