Skip to content

Latest commit

 

History

History

README.md

Tutorials

Guided walkthroughs. Each one starts from nothing and ends with something working, and every command in them has been run.

If you would rather read code than prose, the examples/ directory has the same material as short runnable programs.


Start here

# Tutorial Time You end up with
01 Your first scrape 5 min Real profile and timeline data, from the terminal and from Node
02 Claude that can use X 10 min Claude Desktop or Cursor driving 144 XActions tools
03 Clean up your following list 20 min A safe, reviewed unfollow of accounts that do not follow back
04 Build a brand monitor 30 min A running service that watches X and alerts you on negative mentions
05 Read any account like an analyst 15 min A defensible read on how any account performs, and how two differ
06 Everything is JSON 20 min XActions inside your own pipelines: jq, cron, exit codes, tab completion

Work through them in order the first time. Each assumes the setup from the one before it. Tutorials 01, 05 and 06 need no X account at all.

Never used the CLI before? xactions quickstart is the thirty-second version of tutorial 01, and adapts to what you already have set up.


Prompt library for AI assistants

claude-prompts/ is a different thing: 23 ready-to-paste prompts that hand an AI assistant a complete task brief. Paste one into Claude, Cursor, or ChatGPT and it has the context to do the job.

Area Prompts
Setup and CLI 01, 15, 16
Follower management 02, 03, 07
Content 05, 12, 13, 17
Research and analytics 04, 06, 14, 18
Automation 09, 19, 21, 23

Full index: claude-prompts/README.md.


Where else to look