🎓 Documentation
Learn
Start here if you have not run XActions before. 7 pages.
Tutorial 04 — Build a brand monitor — XActions Docs
Build a service that watches X for mentions of a term, scores each one for sentiment, and posts an alert when something negative appears.
Tutorial 03 — Clean up your following list — XActions Docs
The job XActions is best known for: find the accounts you follow that do not follow you back, and unfollow the ones you actually want gone.
05: Read any account like an analyst — XActions Docs
Everything in this tutorial runs on the guest tier. You never log in.
06: Everything is JSON — XActions Docs
XActions prints a formatted report because that is what you want when you are looking at it. Add --json and it prints data instead, and stdout carries nothing
Tutorial 02 — Claude that can use X — XActions Docs
MCP (Model Context Protocol) is how AI assistants call external tools.
Tutorials — XActions Docs
Guided walkthroughs. Each one starts from nothing and ends with something working, and every command in them has been run.
Tutorial 01 — Your first scrape — XActions Docs
By the end of this you will have pulled real data off X from a terminal and from a Node.js program, and you will understand the one distinction that explains