You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
# ASSA: Anti-Social Social Agent
2
2
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.
4
4
5
5
## What is ASSA?
6
6
7
7
Social media companies weaponize interfaces against humans (infinite scroll, notification anxiety, algorithmic rage bait). Agents are immune to psychological manipulation—they just execute.
8
8
9
9
ASSA reclaims the social web by:
10
10
11
-
-**Daily Digest**: Know what happened on Twitter without opening the app
11
+
-**Daily Digest**: Know what happened on X without opening the app
12
12
-**Post with Approval**: Agent drafts, you review a rich preview, then approve
13
13
14
14
## Features
15
15
16
16
- 🔐 **OAuth via Arcade**: Secure authentication without handling tokens yourself
17
-
- 📊 **Rich UI Cards**: Mentions and DMs displayed with avatars, text, engagement metrics
- ✍️ **Tweet Previews**: See exactly what will post, with character count
19
19
- 🔁 **Human-in-the-Loop**: Nothing posts without your explicit approval
20
20
@@ -74,16 +74,16 @@ goose configure
74
74
75
75
## Usage
76
76
77
-
### Check Twitter Activity
77
+
### Check X Activity
78
78
79
79
```
80
-
Check my Twitter mentions from the last 24 hours
80
+
Check my X mentions from the last 24 hours
81
81
```
82
82
83
83
### Get Timeline Digest
84
84
85
85
```
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
87
87
```
88
88
89
89
**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
114
114
115
115
## Timeline Digest Setup
116
116
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.)
118
118
119
119
### Prerequisites
120
120
121
121
1. **Google Chrome** installed
122
-
2. **Logged into Twitter/X** in Chrome
122
+
2. **Logged into X** in Chrome
123
123
124
124
### Start Chrome with Remote Debugging
125
125
@@ -143,7 +143,7 @@ Before using timeline digest, start Chrome with the remote debugging port:
143
143
google-chrome --remote-debugging-port=9222
144
144
```
145
145
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.)
147
147
148
148
### Goose Recipes
149
149
@@ -152,7 +152,7 @@ ASSA includes two recipes for scheduled automation:
0 commit comments