accxus is a program where you can create, manage, and modify accounts on various social networks. It uses SMS activation services for registration.
accxus is a powerful, open-source account management tool. It provides a polished terminal interface for managing social media accounts, specializing in automated registration via SMS activation services.
pip install -e .- Sessions: View, add, import, and manage Telegram sessions seamlessly.
- Messages: Bulk messaging with template support for automated outreach.
- Parsing: Export chat history and parse messages for data extraction.
- Checker: Test proxy connectivity, latency, and anonymity.
- Bulk Add: Easily add multiple proxies to your configuration.
- Management: View and organize your proxy pool.
- Multiple Providers: Built-in support for SMS-Activate, HeroSMS, 5sim, and SMSPool.
- Service Browser: View available services and pricing from different providers.
Simply run the command:
accxusOr via module:
python -m accxusCurrent status of supported social networks and platforms:
| Platform | Status |
|---|---|
| Telegram | ✅ Ready |
| ⏳ Planned | |
| VK | ⏳ Planned |
| MAX | ⏳ Planned |
| ⏳ Planned | |
| ⏳ Planned | |
| X (Twitter) | ⏳ Planned |
- Config File:
~/.config/accxus/config.json - Sessions:
~/.local/share/accxus/sessions/
accxus/
├── src/
│ └── accxus/
│ ├── core/ ← SMS and Proxy logic
│ ├── platforms/ ← Platform-specific implementations (Telegram, etc.)
│ ├── ui/ ← Rigi-based TUI implementation
│ ├── types/ ← Core data structures and models
│ └── utils/ ← Helper functions and utilities
├── tests/ ← Unit and integration tests
├── CONTRIBUTING.md ← Contribution guidelines
├── pyproject.toml ← Project metadata and dependencies
└── README.md
Contributions are welcome! Please read our CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
Powered by Rigi
MIT © reekeer