I Roasted My Friend’s X (Twitter) with This Open-Source Tool and Got Blocked…
Recently, that Wordware Twitter personality analysis tool blew up. Everyone was lining up to try it, and their servers were absolutely crushed. I took a look, and I had to admit—it’s incredibly fun. You plug in an X (Twitter) handle, and the AI fires back a personalized personality “diagnosis” packed with savage, painfully accurate roasts.
But the pain points are obvious: It’s slow as molasses, and it’s not open-source.
Enter today’s star: X-POSE, an open-source, free Twitter personality analyzer you can run in your browser with one click. Powered by the DeepSeek V4 Pro model, it scrapes your (or your friend’s) tweets and generates a 15-dimension report card. It even lets you download high-res screenshots to instantly drop into your group chats.
I tested it on myself, and the AI roasted me so hard I legitimately considered deleting my account.
Just How Idiot-Proof Is This Tool?
In a word: Brainless.
You don’t even need to download any code. Just pull up the web app (link at the end), type in a Twitter username, and the tool handles the rest automatically:
- Grabs the profile picture, bio, and recent tweets (bypassing anti-bot protections without you lifting a finger).
- Feeds all that juicy context straight to DeepSeek using a custom “savage roast” prompt.
- In a few dozen seconds, it renders 15 report cards: About You, The Roast, Strengths, Weaknesses, Love Life, Wealth, Health, Career… There’s even a “What people secretly think of you” section.
The best part? You literally only do one thing: Enter a Twitter ID. It’s a true one-click cyber-fortune-teller.
Why Should You Bookmark This (Even If You Don’t Use It Right Now)?
Because this thing is built for viral social sharing.
Think about it:
- Take a screenshot of your (or your buddy’s) savage report, post it on Twitter or Insta, and watch your comments blow up.
- The downloaded PNGs are high-quality enough to use as your phone wallpaper for some self-deprecating humor.
- It has a built-in “Share to X” button with pre-written copy, ready to post.
Plus, it’s fully open-source. That means as long as the dev doesn’t delete the repo, you can spin up your own private instance anytime, drop in your own API key, and play with it however you want. Bookmark it now, and be the first in your friend group to break out this absolute weapon.
Let’s Be Real: What Are the Limitations?
I’m not going to blindly hype it up. Here are a few real caveats:
- Scraping can be hit or miss. Twitter’s anti-bot measures act up randomly. You might run into failures and have to retry. The creator uses a cloaked browser to bypass it as much as possible, but it’s not a 100% guarantee.
- The analysis relies on tweet quality. If you run it on a burner account that never tweets, the AI has nothing to work with, and the report will be pretty generic.
- The AI has absolutely no chill. DeepSeek can sometimes cross the line from “funny” to “mean.” It’s incredibly entertaining, but please don’t take it too seriously or use it to start actual beef.
- The web app limits concurrent users. To save on server costs, the dev capped the number of people who can analyze accounts at the same time. During peak hours, you might have to wait a little bit.
But honestly, given that it’s free and hilarious, these are minor nitpicks.
How to Get Started
The Lazy Way (Recommended)
Just hit the web link at the bottom, enter a Twitter username (supports @username, full URL, or just the handle), click analyze, and wait for the magic to happen.
The Hacker Way (Deploy it yourself)
- Clone the repo:
git clone https://github.com/gokuscraper/x-pose.git - Install dependencies:
pip install -r requirements.txt - Install Chromium:
playwright install chromium - Drop your SiliconFlow API key into
.streamlit/secrets.toml - Run it:
streamlit run streamlit_app.py
Takes exactly 5 minutes. If you have a Python environment, you’re good to go.
A Few Pro Tips
- Test it on a burner or a celeb first. Don’t jump straight to roasting your crush. If the report is too savage, feelings will be hurt.
- Check for sensitive info. The reports pull snippets from active tweets. Make sure you’re not doxxing yourself before you share the screenshots.
- Switch between English and Chinese. There’s a language toggle in the sidebar, so you can roast your international friends too.
- If it fails, just try again. 99% of the time, the second attempt works perfectly. It’s usually just network hiccups.
- Remember, it’s just for fun. No matter how smart the AI is, it’s just doing probability math on text. It’s not a real psychological evaluation—just laugh it off!
Summary & Links
TL;DR: X-POSE is currently the most out-of-the-box, open-source “Twitter personality analysis + roast” tool out there. Period. Play with it online, deploy it locally, share the screenshots, switch languages, and enjoy DeepSeek’s razor-sharp tongue.
Live Demo: xpose7.streamlit.app
GitHub Repo: https://github.com/gokuscraper/x-pose
If you find it funny, go star the repo and let more people know about this hidden gem.
Warning: Proceed with caution. Make sure your ego can handle getting completely roasted by an AI before playing.


