Skip to content

Commit 9dc89bc

Browse files
nearestnaborsclaude
andcommitted
Update README: use X terminology, fix MCP Apps reference
- Replace 'Twitter' with 'X' throughout - Change 'MCP-UI' to 'MCP Apps' in credits - Remove DMs reference (not supported) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2ed5603 commit 9dc89bc

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# ASSA: Anti-Social Social Agent
22

3-
An MCP server that provides Twitter integration with rich UI components for [Goose](https://github.com/block/goose) and other MCP-compatible AI agents.
3+
An MCP server that provides X (formerly Twitter) integration with rich UI components for [Goose](https://github.com/block/goose) and other MCP-compatible AI agents.
44

55
## What is ASSA?
66

77
Social media companies weaponize interfaces against humans (infinite scroll, notification anxiety, algorithmic rage bait). Agents are immune to psychological manipulation—they just execute.
88

99
ASSA reclaims the social web by:
1010

11-
- **Daily Digest**: Know what happened on Twitter without opening the app
11+
- **Daily Digest**: Know what happened on X without opening the app
1212
- **Post with Approval**: Agent drafts, you review a rich preview, then approve
1313

1414
## Features
1515

1616
- 🔐 **OAuth via Arcade**: Secure authentication without handling tokens yourself
17-
- 📊 **Rich UI Cards**: Mentions and DMs displayed with avatars, text, engagement metrics
17+
- 📊 **Rich UI Cards**: Mentions displayed with avatars, text, engagement metrics
1818
- ✍️ **Tweet Previews**: See exactly what will post, with character count
1919
- 🔁 **Human-in-the-Loop**: Nothing posts without your explicit approval
2020

@@ -74,16 +74,16 @@ goose configure
7474

7575
## Usage
7676

77-
### Check Twitter Activity
77+
### Check X Activity
7878

7979
```
80-
Check my Twitter mentions from the last 24 hours
80+
Check my X mentions from the last 24 hours
8181
```
8282
8383
### Get Timeline Digest
8484
8585
```
86-
Show me a digest of my Twitter timeline from the past 24 hours
86+
Show me a digest of my X timeline from the past 24 hours
8787
```
8888
8989
**Note:** Timeline digest requires Chrome running with remote debugging. See [Timeline Digest Setup](#timeline-digest-setup) below.
@@ -114,12 +114,12 @@ Reply to @anthropic_devs saying I'll share slides after the talk
114114
115115
## Timeline Digest Setup
116116
117-
The timeline digest feature accesses your X "Following" timeline using your existing browser session and Playwright. This is free (no API costs) and uses your logged-in state. (An API would be more robust, but X chooses to only make timeline API functionality available to industrial developers who can afford extortionate fees. So here we are, as hobbyists.)
117+
The timeline digest feature accesses your "Following" timeline using your existing browser session and Playwright. This is free (no API costs) and uses your logged-in state. (An API would be more robust, but X only makes timeline API functionality available to industrial developers who can afford extortionate fees. So here we are, as hobbyists.)
118118
119119
### Prerequisites
120120
121121
1. **Google Chrome** installed
122-
2. **Logged into Twitter/X** in Chrome
122+
2. **Logged into X** in Chrome
123123
124124
### Start Chrome with Remote Debugging
125125
@@ -143,7 +143,7 @@ Before using timeline digest, start Chrome with the remote debugging port:
143143
google-chrome --remote-debugging-port=9222
144144
```
145145

146-
Then make sure you're logged into Twitter/X in that browser window. (I keep one open and minimized on startup.)
146+
Then make sure you're logged into X in that browser window. (I keep one open and minimized on startup.)
147147

148148
### Goose Recipes
149149

@@ -152,7 +152,7 @@ ASSA includes two recipes for scheduled automation:
152152
| Recipe | Description |
153153
| ---------------------- | ------------------------------------------------------------------------------- |
154154
| `x-news-digest.yaml` | Daily digest of your Following timeline (requires Chrome with remote debugging) |
155-
| `x-conversations.yaml` | Check and respond to mentions/conversations |
155+
| `x-conversations.yaml` | Check and respond to X mentions/conversations |
156156

157157
#### Import a Recipe
158158

@@ -327,7 +327,7 @@ ASSA MCP Server
327327
328328
│ OAuth + API
329329
330-
Twitter
330+
X
331331
```
332332

333333
## Roadmap
@@ -367,7 +367,7 @@ Built for [MCP Connect 2026](https://mcpconnect.dev) by RL.
367367
Uses:
368368

369369
- [Model Context Protocol](https://modelcontextprotocol.io)
370-
- [MCP-UI](https://mcpui.dev)
370+
- [MCP Apps](https://github.com/anthropics/mcp-apps)
371371
- [Goose](https://github.com/block/goose)
372372
- [Arcade.dev](https://arcade.dev)
373373

0 commit comments

Comments
 (0)