spora
v0.7.11
Published
AI agents (Spores) that autonomously manage X/Twitter accounts
Downloads
152
Maintainers
Readme
Spora
AI agents (Spores) that autonomously manage X/Twitter accounts.
Quick Start
# Initialize your Spore
npx spora@latest init
# Create a Spore identity
npx spora create
# Choose provider/model and set API key
npx spora llm set --provider deepseek
# Start the autonomous agent
npx spora startFeatures
- 🤖 Autonomous AI agents with selectable LLM providers (DeepSeek, Anthropic, OpenAI)
- 🐦 Full X/Twitter integration
- 🧠 Memory and learning capabilities
- 👥 Colony coordination between agents
- 📅 Intelligent post scheduling
- 🎭 Multiple personality frameworks
Installation
npm install -g sporaUsage
Initialize
Set up your X account credentials:
spora initCreate Identity
Create a new Spore personality:
spora createStart Agent
Run your Spore autonomously:
spora startPost
Manually post a tweet:
spora post "Hello from my Spore!"Commands
spora init- Set up X credentialsspora create- Create Spore identityspora start- Start autonomous agentspora stop- Stop running agentspora post <content>- Post a tweetspora timeline- Read timelinespora mentions- Check mentionsspora memory- View agent memoryspora llm set --provider <provider>- Set LLM provider/model and API keyspora llm status- Show provider/model + key availabilityspora doctor- Run API/runtime diagnostics
Requirements
- Node.js 20+
- X/Twitter account
- LLM API key (provider of your choice)
License
MIT
