user

259 posts

user banner
user

user

@usershorts

my iq is not above 60

Katılım Mart 2024
11 Takip Edilen47 Takipçiler
Sabitlenmiş Tweet
user
user@usershorts·
my main X acc has more than 50k followers just created this to have fun and say what I want with no filters first one who finds who I am wins something cool
English
3
1
6
406
user retweetledi
Solana
Solana@solana·
MEGA mode activated
Solana tweet media
English
682
403
4.2K
356.6K
user retweetledi
MegaETH
MegaETH@megaeth·
MEGA will go live: 6am EST onchain. 7am EST offchain. April 30th, 2026
English
512
385
3K
1.6M
user retweetledi
bread.mega
bread.mega@bread_·
Now that Solana has assumed its rightful place as a MegaETH subnet, I hereby decree all manlets must too identify as "MegaMen." Thank you for your attention to this matter!
Solana@solana

MEGA mode activated

English
79
33
554
40.6K
user
user@usershorts·
@TedPillows Don’t like the trend line way too see things but yea bear is not finished yet
English
3
0
2
22
Ted
Ted@TedPillows·
$BTC is still in a downtrend. The current rally is just a bull trap, not a new bull market.
Ted tweet media
English
248
211
1.1K
63.2K
Gordon 🐂
Gordon 🐂@GordonGekko·
BULLISH: 🇺🇸 Fed will inject $7,500,000,000 into the markets this week.
Gordon 🐂 tweet mediaGordon 🐂 tweet media
English
182
163
1.6K
70.9K
Cozy ⓣhe Caller 🔥💃🏻
Solana mfers are so retarded that they see ETH memecoins pumping and right away go “We need pumpfun on ETH” Brother the reason the memecoins are pumping is because there is no pumpfun on ETH 🤣🤣🤣
English
108
34
563
17.8K
Snoop Dogg
Snoop Dogg@SnoopDogg·
Me n my Dogg
Snoop Dogg tweet media
English
2K
2.5K
38.1K
970.8K
user
user@usershorts·
@_Ava_VT Trading crypto
English
0
0
0
185
Ava ☆
Ava ☆@_Ava_VT·
Boys without girlfriends, what are you doing?
English
6.4K
321
11.3K
1.4M
user
user@usershorts·
@RyyAIM A win is a win fam
English
0
0
1
8
Ryy
Ryy@RyyySol·
Slow Cooks
Ryy tweet media
English
12
2
139
3.6K
user
user@usershorts·
@Farmercist It’s just the start of bear market tho
English
0
0
0
37
Farmercist 👨‍🌾 🦅
Farmercist 👨‍🌾 🦅@Farmercist·
This is so sad… $28 to $0.5 in less than 24 hours is just so sad, things like this shouldn’t be happening… We need to make crypto great again 🚀🦅
Farmercist 👨‍🌾 🦅 tweet media
English
96
11
222
13.7K
Brian Roemmele
Brian Roemmele@BrianRoemmele·
I hope this helps. If you need more help let me know: Connecting OpenClaw to the X API is straightforward now thanks to X’s official native support... The best and most direct method uses the official xurl CLI tool from X, which comes with a pre-built SKILL.md that OpenClaw recognizes automatically. This lets your local OpenClaw agent post tweets, search timelines, read posts, reply, manage follows, send DMs, upload media, and more all via natural language commands. Official Native Method: xurl CLI (Recommended for Direct X API Access) This uses X’s pay-per-use API pricing (very affordable now: e.g., owned reads ~$0.001/request, basic posts ~$0.015). No third-party bridges required. 1Get X API Credentials ◦Go to the X Developer Portal. ◦Create a new app (or project). ◦In the app settings: ▪Set the redirect URI to http://localhost:8080/callback. ▪Move the app to the Pay-per-use package and Production environment (important — otherwise reads may fail with “client-forbidden”). ◦Note your Client ID and Client Secret. 2Install the xurl CLI (on your machine where OpenClaw runs)
Run one of these (pick your OS/preference): ◦macOS (Homebrew):
brew install --cask xdevplatform/tap/xurl ◦ ◦npm (any OS):
npm install -g @xdevplatform/xurl ◦ ◦One-liner shell script:
curl -fsSL raw.githubusercontent.com/xdevplatform/x… | bash ◦ ◦Or go install @latest" target="_blank" rel="nofollow noopener">github.com/xdevplatform/x…. 3Authenticate xurl (do this manually — never via the agent for security) ◦Register your app:
xurl auth apps add my-app --client-id YOUR_CLIENT_ID --client-secret YOUR_CLIENT_SECRET ◦ ◦Start OAuth2 flow:
xurl auth oauth2 ◦
(Follow the browser prompt; it opens automatically.) ◦Check status:
xurl auth status ◦ ◦(Optional) Set default app/user: xurl auth default my-app or run the interactive picker with xurl auth default. 4OpenClaw Integration ◦Restart your OpenClaw gateway/agent if needed. ◦The built-in xurl skill (in skills/xurl/SKILL.md) is already merged into OpenClaw — no extra install required. ◦Your agent now understands commands like: ▪xurl post "Hello from my OpenClaw agent using Grok!" ▪xurl search "Grok 4.3" -n 10 ▪xurl timeline -n 20 ▪xurl reply 1234567890123456789 "Great point!" ▪xurl whoami, xurl read [post URL], xurl follow @handle, etc. ◦Just talk to your agent naturally: “Post a tweet about the new Grok pricing” or “Search X for recent OpenClaw updates and summarize.” Security Notes (built into the skill): •Never paste tokens/secrets into chat or let the agent run auth commands with flags. •All credentials stay in ~/.xurl (YAML file) on your machine. •The agent calls the local xurl binary directly. Easier Alternative: OpenTweet.io Bridge (No X Developer Account Needed) If you want the simplest setup (great for quick testing or posting-only): 1Sign up free at opentweet.io and connect your X account via OAuth (one click). 2Generate an API key (starts with ot_) in Settings → API. 3Install the official skill:
clawhub install opentweet-x-poster Set the key:
 export OPENTWEET_API_KEY="ot_your_key_here" 
(Or add it to ~/.openclaw/openclaw.json under secrets.) Ask your agent: “Post a tweet saying [text]” it just works. Tips for Your Setup •Use Grok as the backend (as Brian mentioned in the thread): It’s far cheaper than Claude for running OpenClaw agents long-term and has excellent reasoning for agent tasks. •Test with xurl whoami or xurl timeline in your terminal first. •Full command list and raw API access (xurl /2/tweets etc.) are in the skill docs. That’s it: once set up, your OpenClaw agent has full X superpowers running locally. If you hit any snags (e.g., auth errors), the most common fix is confirming your app is in Pay-per-use/Production in the developer portal. 🦞
English
218
887
2.4K
807.6K
dxrnelljcl
dxrnelljcl@dxrnell·
So used to throwing 1 SOL into shitters, doing the same on ETH not realising its $2.3K and not $85
English
42
1
398
26.9K
Jack.poor 🇦🇲
Jack.poor 🇦🇲@RealJackPoor·
Micheal Saylor bought $2.54 billion worth of bitcoin And there was no significant increase in the price 🤦‍♂️ Can someone explain to me why?
Jack.poor 🇦🇲 tweet media
English
250
6
154
37.3K
user
user@usershorts·
@mistor Im right here
English
0
0
0
2
mistor
mistor@mistor·
the next trillionaire is probably on crypto twitter rn
English
108
18
374
13.5K
shah
shah@shahh·
What we buying?
English
357
9
243
19.2K
kook 🏝️
kook 🏝️@KookCapitalLLC·
wow saylor $2.5bn $btc buy at what point are we worried that he owns too much????
English
143
4
429
52.8K
user
user@usershorts·
@elonmusk Imagine deepfake lol
English
0
0
1
62
user
user@usershorts·
@Irenezhao_ You’re making it worse 😭
English
0
0
0
21
wale.moca 🐳
wale.moca 🐳@waleswoosh·
Everyone wants NFTs to be back, but very few people actually buy NFTs to hold. That has been a common pattern in the market since 2022
English
401
23
811
49.3K