Twitter
Use Simplified Twitter extension with couple css tweaks to hide distracting elements when I browse Twitter on Safari in separate window (with jk
keyboard binds to move between tweets, l
to like, b
to bookmark, r
to reply). And official app on iOS.
I love Twitter as it's currently still the best place to stream your thoughts to public and have others interact with it in real time. Nothing yet comes close to the network and UX of Twitter for doing this. Except maybe Elk client for Mastodon.
I have trust Twitter will improve despite questionable past decisions. They will make mistakes, roll things back, learn and adapt. My main concern with Twitter is the lack of transparency around decision making involving suspensions, the amount of bots spamming notifications and DMs and that the code is not open source.
I'd also love it if they could make bookmarking tweets fast on mobile. Ideally by allowing users to swap the view count on tweets in the feed with a bookmark icon similar to what you see when you open a tweet in full view. I often use bookmarks for interesting things I want to see in detail later and it takes too long time to bookmark now. 😞
Also the fact that Twitter still shows your own tweets on your timeline feed is insane to me. Would also love it if you could make the badge on notification icon to only show the number for new replies.
I'd also love for something like Nostr or Farcaster protocols to power a service like Twitter with all the UX niceness that Twitter has. Decentralization has its issues but I think in the long term, a true public web square should be in the power of the community.
I love the idea of freedom of speech, but not freedom of reach whereby anyone can have a voice but the platform won't boost hurtful or perhaps verifiably incorrect rhetoric. Twitter's Community Notes is great in that regard. Will see how Twitter fares at making this work.
Mastodon is interesting alternative but needs smoother onboarding, client UX and ability to have 'public likes' for it to ever make me want to use it more. I get a lot of my content from seeing likes of people I admire. Not to mention that with Mastodon, you still have to follow the rules of the server you joined, otherwise you get suspended with all content deleted same as Twitter. That said, Elk client is gorgeous. And shows how much innovation can happen if all development was not done behind closed doors.
I am trying to build my own app with a network of people that's based on sharing your learnings and ideas. You would be able to share notes, ideas in similar way I do here in this wiki but more streamlined. With everything being open source.
I dislike that Twitter gives you no tools to actually build some kind of knowledge system off your own or other's tweets. A dream Twitter like network in my eyes would treat knowledge as first class thing, from which you can share parts or all of your knowledge with all or 'publish/tweet' parts of it out to your followers. But also have a place to catalogue, share and collaborate on ideas together.
Twitter will always have a special place and it will be hard to beat it at what it does best despite the fact that it's not transparent and not open source. But will see. TikTok showed that it's possible to disrupt even such giant networks if you position/market your product well.
As mentioned before, Twitter not being open source is horrible. I find it frustrating that Twitter iOS client doesn't have the ability to long press like
icon to bookmark. If the code was open source, I would have gladly made PR for this already. For some reason non official Twitter clients have worse UX feed content so moving from official clients is a non solution for me. It'd also be great if when you visit Twitter profile, it would tell you instantly if that person is added to a list of yours.
In many ways it's a matter of time that Twitter gets replaced with an open source transparent protocol that mimics all the UX features of Twitter. Innovate or die.
Official Twitter TS SDK is nice for building things on top of Twitter.
How does Twitter work is nice overview of Twitter tech.
Bird SQL is nice way to search Twitter.
CSS code to clean up Twitter
I use Simplified Twitter to clean up many things.
On top of the extension, I use Cascadea extension to on Safari to hide some remaining annoying/distracting elements with CSS selectors. Code for it below.
It hides badges on the notification icon, view counts on tweets, 'new tweets' banner and few more things.
Final result should look like this.
[aria-label="1 unread items"] {
display: none;
}
[aria-label="2 unread items"] {
display: none;
}
[aria-label="3 unread items"] {
display: none;
}
[aria-label="4 unread items"] {
display: none;
}
[aria-label="5 unread items"] {
display: none;
}
[aria-label="6 unread items"] {
display: none;
}
[aria-label="7 unread items"] {
display: none;
}
[aria-label="undefined unread items"] {
display: none;
}
[aria-label="Home"] {
display: none;
}
[aria-label="New Tweets are available. Push the period key to go to the them."] {
display: none;
}
article[data-testid="tweet"] div:has(> a[aria-label*="View Tweet analytics"]) {
display: none;
}
Interesting hash tags
Notes
- Can search over my own Twitter profile with Nitter here.
- To prevent usernames and URLs from being converted to links, interrupt them with a zero-width space.
- Normalize reading the whole tweet/tweet thread before replying
- Twitter stops being fun after a certain number of followers because you can’t tweet anything without a barrage of opinions/projections.
- Twitter is a lot like prison. The best move on your first day is to pick a fight with the biggest account on here.
- Each day on twitter there is one main character. The goal is to never be it.
- How to become a tech twitter influencer in five easy steps: 1. be relatable 2. keep a regular posting schedule 3. engage with your followers 4. go on podcasts!
- Twitter has useful "from people you follow" search filter
- New Twitter CEO Checklist: 1. Open-source the algorithm. 2. Eliminate all bots. 3. Restore free speech.
- The essential truth of every social network is that the product is content moderation, and everyone hates the people who decide how content moderation works. Content moderation is what Twitter makes — it is the thing that defines the user experience.
Links
- How I use Twitter (2018)
- Twitter Lists
- Instant Twitter Search - Instantly search across your entire Twitter history with a beautiful UI powered by Algolia. (Code)
- TWINT - Twitter Intelligence Tool.
- Everyone can build a Twitter audience (2020)
- Nitter - Free and open source alternative Twitter front-end focused on privacy. (Code) (HN)
- Treeverse - Extension for navigating burgeoning Twitter conversations.
- Twitter as a tool to learn (2020)
- Twitter Followers - Tool to download all a user's twitter followers.
- Build an open source tool to export your Twitter followers
- Get twitter avatar for a username
- Thread Reader - Transform Twitter Threads into a Readable Page.
- Debubble - Publishing tool that facilitates a debate between two Twitter users. (HN)
- Cheap Twitter Bots, Done Quick - Bots are written in Tracery, a tool for writing generative grammars.
- How to get your @brand on Twitter if taken (2020)
- Tweet Seeker - Best way to find your tweets on Twitter.
- Vicariously - Easiest way to create Twitter lists based on the follows of other users.
- Twitter API Tutorial (2018)
- Twuota - Twitter timeline statistics.
- On Using Twitter (2020) (HN)
- Twitter Crush - Find twitter user you admire the most.
- Top Tweets Bot - Creates and maintains a collection of your top tweets.
- The.Rip - Unroll Twitter threads into markdown. (Tweet)
- Advanced Search on Twitter
- Tracking significant changes to the Twitter API or platform as a whole
- Twitter Developers Forum
- First hands on the new Twitter API (2020)
- HuggingTweets - Train a model to generate tweets. .
- ilo - Better Twitter analytics.
- toptweets.by - Use toptweets.by / <user> to see the top tweets by that user. (Code) (Tweet)
- Awesome Twitter Data - List of Twitter datasets and related resources.
- Gardening Your Twitter: Growing Your Followers (2020)
- twitter-text - Collection of libraries and conformance tests to standardize parsing of Tweet text. (In Rust)
- The Art of Twitter: A Guide To Building Your Twitter Account
- Bookmarklet that redirects you to original tweet of video that someone else used in their tweet
- Gramtion - Twitter bot for generating photo descriptions (alt text).
- All My Tweets - View all your tweets on one page.
- twitterscraper - Scrape Twitter for Tweets.
- Twit Thread - Utility module for twitter bots based on Twit, Twitter API client for node.
- Twistory - Shows you "On This Day" Tweets. (Article)
- Twitter Inspiration Handbook
- Use Netlify Functions and the Twitter API v2 as a CMS for Your Gatsby Blog (2020) (HN)
- Twurl - OAuth-enabled curl for the Twitter API.
- I Made a Self-Quoting Tweet (2020) (HN)
- Tools for fighting abuse on Twitter - Contains some low-tech tools designed to help you make Twitter a nicer place for yourself.
- DownloadThisVideo - Download videos and GIFs off Twitter. (Code)
- Typefully - Write & publish great tweets, without distractions. (HN)
- Twitter Monitor - Monitor Twitter Accounts w/ Discord Webhooks.
- Twemex - Sidebar for Twitter. (Beta)
- Valuables - Buy tweets. Autographed by your favorite creators.
- GraphQL Tweetletter - Collection of the most interesting and popular tweets, delivered to your inbox every week.
- Building Lucerne, a Twitter experience tailored to me (2020)
- twitter-to-sqlite - Save data from Twitter to a SQLite database.
- How to Gradually Exit Twitter (2020)
- Twitter CLI - Command-line power tool for Twitter.
- Simple and unlimited twitter scraper with python and without authentication
- fleets - Automatically delete tweets, retweets, and favorites. (Another version)
- Block Party - Filter out unwanted @mentions from Twitter, and continue to use Twitter as normal.
- Trendsmap - Twitter Trending Hashtags and Topics.
- Tweetpik - Convert Tweets to Images.
- TwitRSS.me - Tool to make Twitter timelines and searches into RSS feeds.
- Twitter Account Data Analysis - Using various Python libraries such as Pandas, tweetPy, JSON ans matplotLib to take a sneak peek on your Twitter account using Google Colab.
- Twitter Birdwatch Guide (Code)
- Twitter improves API usage for researchers (2021) (HN)
- Twitter’s Birdwatch is Fundamentally Flawed (2021)
- Spoonbill - See profile changes from the people you follow on Twitter or other social networks.
- fllwrs - Keep track of who follows and unfollows you on twitter.
- React Static Tweets - Extremely fast static renderer for tweets.
- Quitting Twitter (2021) (HN)
- Summary of Daniel Vassallo's Twitter Course (2021)
- Great tweets saved by users
- Twitter is taking on Clubhouse, Substack and Patreon with new products (2021)
- CrowdFox - Turn Twitter followers into paying customers.
- Exploring Tweets with SQLite and WASM (HN)
- Growth Tweets - Weekly-updated repository of tweets that matter.
- Best of Twitter - Alexey Guzey - Send 10-20 of the most interesting tweets I see every week.
- The power of Twitter (2021)
- Archive Team: A Smattering of Tweets (HN)
- Telegram bot that forwards Tweets
- Goodbye - Notify yourself when someone unfollows you on Twitter.
- Twitlistr - Manage Twitter Lists With Ease.
- Atsh.io - GUI for Advanced Twitter Search Queries.
- 10 Advanced Twitter Features
- Twitter Spaces, a few weeks in (2021)
- BrandBird Studio - Smart image editor for SaaS founders who want beautiful graphics without effort. (Twitter)
- Twitter Clone - Twitter Clone developed using Go + Vue 3 + Vite + TailwindCSS + PostgreSQL + Redis.
- TwitterStream - Stream Tweets With Twitter's v2 Streaming API using Go.
- snap-tweet - Command-line tool to capture clean and simple tweet snapshots.
- Twitter Developer Platform - Use Cases, Tutorials, & Documentation.
- Static Tweets with MDX and Next.js (2021)
- Broadcast - Write-only Twitter client. It lets you post tweets and reply to your last tweet.
- Rebuilding Twitter’s Public API (2021)
- Twitter API v2 sample code - Sample code for the Twitter API early access endpoints (Python, Java, Ruby, and Node.js).
- BlackMagic.so - Twitter Growth Tool. (Sidebar) (Tweet)
- #buildinpublic - Discover what people are building in public.
- Twitter's new visual design system (Tweet)
- TidyTweets - Tidy up your Following list on Twitter. (Code)
- twilens - Full-text search for your tweets.
- RSS 2 Twitter - Publish RSS updates to Twitter.
- Kizie - New way to interact with Twitter. (HN)
- Feeds Mage - Scans your Twitter follows to discover blogs and newsletters.
- Minimal Twitter - Minimal Theme for the new Twitter UI.
- How many accounts block you on Twitter
- Thread Hunt - Quality Twitter threads from undiscovered creators.
- Static Tweet Next.js - Completely customizable static tweet for Next.js applications. (Demo)
- Twitter audit trail backup - Backs up my follower list, following list, blocked accounts list and muted accounts list periodically using GitHub Actions.
- retweeters - Micro-CLI powered by NodeJS for fetching the retweeters of a tweet.
- Brain Marks - Categorize your Twitter bookmarks, being created during the Big Brain Hacks Hackathon.
- A small DOCUMERICA Twitter bot (2021)
- TweetShelf - Recommendations from your Twitter friend.
- Good Twitter follows (2021)
- Tweet Hunter - Grow Your Twitter Audience.
- Awesome Twitter Communities
- TwitterFOMO.dev - Best WebDev Tweets. (Code)
- How Twitter got research right (2021)
- Search your all tweets
- Twitter App Ideas (Tweet)
- Transform your twitter following into list
- Twitter Has a New CEO; What About a New Business Model? (2021) (HN)
- Twitter Is About to Get Way Worse (2021) (Tweet)
- Twitter Clone in Rust
- Twitter Query Language
- Twitter, the Intimacy Machine (2021)
- Twttr - Streamlines your twitter surfing process by prioritizing user-friendly features. (Web)
- A Guide to Twitter (HN)
- Nazuna - Download Twitter videos using your terminal.
- Twitter Stats Collection and Analysis - Self-hosted performance tracking for your Twitter followers and tweets.
- Pikaso - Get a clean and clutter-free screenshot of any tweet.
- Twift - Asynchronous Twitter Swift library based on the Twitter v2 API.
- Simplified Twitter - Remove distractions from the new Twitter layout. Browser extension.
- Tracking the far right on Twitter
- Annotating the Tweebank Corpus on Named Entity Recognition and Building NLP Models for Social Media Analysis (2022) (Code)
- Turn your tweets/threads into a blog and RSS feed (HN)
- Rust Retweet Bot - Rust bot that runs periodically on AWS Lambda and retweets any Tweets matching a query.
- Fritter - Privacy-friendly Twitter frontend for mobile devices. (Code)
- Refined Twitter Lite - Adds UI improvements and new useful features to Twitter Lite.
- twprs - Twitter profile tools for Rust.
- How to Download Twitter Spaces That Aren't Yours
- Bookmarks lookup and Notion (Tweet)
- Jack Dorsey has regrets about building Twitter (2022) (HN)
- Thread Helper - Serendipity engine on the Twitter sidebar. (Code)
- Tweetscape - Supercharged Twitter Feed.
- Twitter API v2 code - Scripts that can be used to retrieve data from Twitter API v2.
- Stabletweet - Cloudflare Worker proxy for checking whether a tweet exists.
- Advanced Twitter Search Tips
- Better TweetDeck - Take TweetDeck to the next level. (Code)
- Twitter Bookmarks Search WebExtension
- Twitter Card Image Generator - Generate Twitter card (OGP) images for your blog posts.
- twintent - Small instant tweeting command.
- Twitter API open evolution - Open evolution proposals for the Twitter API.
- Twitter Scraper - Scrape the Twitter Frontend API without authentication.
- Twitter Graph - Fetch and visualize the graph of your Twitter friends and followers.
- Titter - Decentralized Twitter prototype built with GraphQL, Next.js, Ceramic, Arweave, and Bundlr.
- Back to the Future of Twitter (2022) (Reddit)
- Twitter API v2 Plugin Token Refresher
- Real-time twitter graph of your friends
- How Twitter's Algorithmic Feed Works (2022) (HN)
- HN: Twitter accepts Musk's $43B offer (2022)
- HN: Twitter The Algorithm
- Parse Tweet Archive Python Script
- Elon Conquers The Twitterverse (2022) (Tweet)
- Search your Twitter Bookmarks
- Why Twitter is a Musk-Have (2022)
- Twitter Financial information
- Twitter Helper - Figure out who you're following but not interacting with (no likes, replies, retweets).
- “Free Speech” Ought to Mean More than Mocking Trans People (2022) (Tweet)
- Oxide and Friends Twitter Spaces Notes
- How you can reach 0 to 1000 followers on Twitter quickly
- Awesome Modern Twitter API
- Twitter web has nice shortcuts
- Tweak New Twitter - Browser extension which removes algorithmic content from Twitter, hides news & trends, lets you control which shared tweets appear on your timeline. (HN)
- Static twitter embed (Lobsters)
- Twitter Video Downloader
- memory.lol - Tiny web service that provides historical information about social media accounts. (Private)
- ornithology - Tool that parses your Twitter archive and highlights interesting data from it.
- Who Unfollowed Me on Twitter App
- Twitter BotStarter template
- Tweetic - Convert Tweets to Static HTML. (Web)
- ListFollowers.com - Fetch a list of someone's follows, followers, or mutuals, or combine two such lists from two users, and export the results to CSV or JSON. (Tweet)
- Quick Tweet Search Extension - Chrome Extension to quickly search Tweet by Twitter user.
- Doing give-aways on Twitter with GitHub actions
- Loading Twitter Birdwatch into SQLite for analysis with Datasette
- Take back your Twitter feed - Take back your twitter feed, by instantly muting all engagement farmers. (Code)
- sauron - CLI tool that fetches info from Twitter and analyses it.
- Tweeety - App to stream Tweets in real-time using Twitter API v2.
- TwitterToNitter - Bookmarklet that shows the current Twitter page on Nitter. On every click it choses a random Nitter instance.
- Twitter branching threads
- FixTweet - Embed Twitter videos, polls, translations, & more on Discord and Telegram.
- ModernDeck - Beautiful, powerful Twitter client for desktop. (Code)
- How to analyze edited Tweets with the Twitter API v2 using Python (2022)
- Nitter Instances Uptime - Automated uptime monitoring of Nitter instances. (Code)
- Great devs on Twitter to follow
- Twitter Scraper
- Twitter Stream - Rust library for listening on Twitter Streaming API.
- Pipitor - Twitter bot that listens on WebSub/Twitter streams and (re)Tweet the updates in real time.
- Elon Musk Has Taken Twitter: Day Zero (2022)
- Twitter is moving its tech stack to Bluesky to run as a protocol not a company
- Ask HN: What social media site could replace Twitter? (2022)
- Ask HN: How would you design an alternative Twitter (2022)
- Tell HN: The issues of Twitter are not a technical problem to solve (2022)
- From Google to Twitter (2022) (HN)
- Twittoons - Cartoons about life at Twitter.
- Publish Twitter Archive Site
- Git as a janky Twitter replacement (Tweet) (HN)
- Ask HN: Do you believe there's really an alternative to Twitter? (2022)
- TwitterHD - Userscript that forces twitter to always load images and videos in full resolution.
- Veryfied - Browser extension for Twitter that will mark pre-Musk era verified accounts.
- Twitter's Birdwatch archived docs
- Twitter Open Source - Identifying projects we've released, organizations we support, and the work we do to support open source. (Code)
- TwitterOSS Metrics - Generates periodic reports based on the health of Twitter Open Source projects.
- All verified users on Twitter as of Nov 1st, 2022
- Elon asking for what Twitter users find annoying on Twitter now (2022)
- Python code to parse a Twitter archive and output in various ways
- Eight Dollars - Browser extension that shows twitter blue vs real verified users.
- twdl - Tool for downloading media of individual tweets.
- Tracking the far right on Twitter
- How to Search Your Entire Twitter Archive With One Line of jq (2022)
- Why Dave LaMacchia stayed at Twitter for 9+ years (2022)
- Twitter's amazing engineering work over years (2022)
- George Hotz | Programming | so how does twitter work? | API | GraphQL | requests | Backend | Scala (2022) (Tweet)
- The Infrastructure Behind Twitter: Scale (2017)
- Twitter Favorites(Likes) Archive - Series of scripts to archive metadata and medias of your Twitter Favorites(Likes).
- stweet - Advanced python library to scrap Twitter (tweets, users) from unofficial API.
- Backup Twitter data now
- Converting Your Twitter Archive to Markdown (2022)
- How Twitter might play out, the ramifications, and what Elon’s calculus might be
- unflwrs - Tool to track Twitter followers.
- Twitter Architecture 2022 vs 2012
- Things Twitter should improve
- tweetback Twitter Archive - Take ownership of your Twitter data.
- Why Twitter Didn’t Go Down: From a Real Twitter SRE (2022) (HN) (Lobsters) (Reddit)
- Twitter Clone in Vue
- Save Your Threads - High-fidelity capture of Twitter threads as sealed PDFs.
- Improving Twitter Search ideas
- Tool to backup your twitter likes (Tweet)
- dewey - Organize & Share Twitter Bookmarks.
- Tweet Admin - Do more with Twitter.
- Twitter, when the wall came down (2022)
- TwitterSearchTokenTest
- Stork - Mirror your favorite Twitter accounts in the Fediverse, so you can follow their updates from the comfort of your favorite instance.
- Trendagram - Telegram bot for scheduled Twitter trends.
- George Hotz | Exploring Twitter Open Source Code | Scala (2022)
- TwitVault - Easily Archive and Search Your Twitter Data with our Syncable Desktop App. (Web)
- Download Twitter Video - Easiest way to download any Twitter video.
- Handle.horse - Get notified when your favorite Twitter @handle becomes available.
- Twitter Media - Enter a Tweet URL to download the video/image in it. (Code)
- Render tweet into beautiful markdown
- The Fifth Estate (2022)
- The Twitter Files, Part Six (2022) (HN)
- Add empty space to links banned by Twitter to get around the ban
- Twitter's anti-Mastodon filter evasion (HN)
- tweetback/canonical - Package to resolve twitter URLs to new canonically hosted twitter backups.
- Bird SQL - Twitter search interface translates natural language into SQL. (Tweet)
- Make your own simple, public, searchable Twitter archive (Code) (Tweet) (HN)
- Minimal Theme for Twitter
- Nostr Protocol - Truly censorship-resistant alternative to Twitter that has a chance of working.
- Faster Twitter Embeds (2022) (Or you can use Nitter embed)
- Twitter Graph - Like Google Trends but for Twitter.
- Embed Tweets on your site with minimal JS, thanks to Qwik
- Python Twitter Examples - Examples of using Python for Twitter social data mining, using the python-twitter-tools framework.
- Convert Twitter threads from archive to Markdown files
- Production Twitter on One Machine: 100Gbps NICs and NVMe are fast (2023) (HN)
- Twitter performance prototype - Rust prototype of handling the full production load of Twitter's core timeline collation on a single core by only doing the very basics in-memory.
- Hive.one - Find reputable Twitter accounts.
- Caching at Twitter with Yao Yue (2023)
- Twitter Blue data
- Twitter Bio Generator (Code)
- BirdsiteLIVE - ActivityPub bridge from Twitter.
- Twitter Video Tools - Multi-processing supported twitter video downloader.
- Intercepting t.co links using DNS rewrites (2023) (HN) (Lobsters)
- Bird.makeup - Twitter to ActivityPub bridge. (HN) (Code)
- TwitterBackup - Backup other users' twitter accounts with Twitter API.
- next-tweet - Embedded and static tweet for Next.js applications.
- abbrevia.me - Abbreviate users' information from their latest tweets. (Code)
- Twitter's Recommendation Algorithm (2023) (HN) (Code) (Tweet) (Reddit)
- Twitter ML Models Code
- I Read Twitter's Code So You Don't Have To (2023)
- How tweets are ranked. Likes > Retweets
- Awesome Twitter Algorithm Annotated
- Twitter UI clone - with Vanilla JS
- Twitter API Client - Complete implementation of the undocumented Twitter API.
- Legacy Verified - Browser extension to bring back legacy verified accounts on Twitter.
- Twitter Backend API implemented in Go
- Blue Blocker - Blocks all Twitter Blue verified users on twitter.com.
- Remove bad tweets using Arc and AI
- BadPigeon - Tool for extracting tweet data from GraphQL fetch requests made by the Twitter website.
- Scrape your list of Twitter follows and followers
- Dumbo Tweet Importer - Import a Twitter archive into a Mastodon account.
- Twitter Bookmarks To Notion
- Listkeeper - Keep track of your Twitter followers and unfollowers.
- How to Blow Up a Timeline (2023)
- Twitter archive search
- PayCheck for Twitter - Extension to guess how much money a tweet is worth.
- What do I think about Community Notes? (2023) (Tweet) (HN)