alpha-term
v1.0.0
Published
Professional CLI for NeonAlpha terminal alerts
Maintainers
Readme
Alpha-Term
Professional CLI for NeonAlpha terminal alerts.
╔═══════════════════════════════════════════════════════════════════╗
║ ║
║ ██████╗ ██╗ ██╗██████╗ ███████╗██████╗ ██╗ ██╗ █████╗ ██████╗ ║
║ ██╔═══██╗██║ ██║██╔══██╗██╔════╝██╔══██╗██║ ██║██╔══██╗██╔════╝ ║
║ ██║ ██║██║ ██║██████╔╝█████╗ ██████╔╝███████║███████║██║ ███╗║
║ ██║ ██║██║ ██║██╔══██╗██╔══╝ ██╔══██╗██╔══██║██╔══██║██║ ██║║
║ ╚██████╔╝╚██████╔╝██║ ██║███████╗██║ ██║██║ ██║██║ ██║╚██████╔╝║
║ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ║
║ ║
║ <<< TERMINAL ALERTS FOR NEON ALPHA >>> ║
║ ║
╚═══════════════════════════════════════════════════════════════════╝Install
npm install -g alpha-termQuick Start
# Login with your NeonAlpha API key
alpha-term login YOUR_API_KEY
# Add a Twitter account to monitor
alpha-term add @elonmusk
# Start monitoring in live mode
alpha-term watchCommands
Watch (Default)
Monitor tweets in live mode.
alpha-term # All monitors
alpha-term @elonmusk # Specific monitor
alpha-term --sound # Sound alerts 🔔
alpha-term --save tweets.json # Auto-export to file
alpha-term --keyword bitcoin # Filter by keyword
alpha-term --json # JSON output for scriptingAuthentication
alpha-term login YOUR_API_KEY # Login with API keyManage Monitors
alpha-term list # List all monitors
alpha-term add @elonmusk # Add monitor
alpha-term add @saylor -k BTC # Add with keyword filter
alpha-term remove @elonmusk # Remove monitorConfiguration
alpha-term config --set sound true # Enable sound alerts
alpha-term config --set poll 10 # 10 second poll interval
alpha-term config --set save file.json # Auto-save tweets
alpha-term config --reset # Reset to defaultsTest
alpha-term test # Test mode with demo tweetOptions
| Flag | Description |
|------|-------------|
| -s, --sound | Play sound on new tweets |
| --save <file> | Save tweets to file (append mode) |
| -k, --keyword | Filter tweets containing keyword |
| -j, --json | Output as JSON for scripting |
| -t, --test | Test mode with simulated tweet |
Requirements
- Node.js 18 or higher
- NeonAlpha API key - Get one at https://neonalpha.me
Files Created
- Config:
~/.alpha-term/config.json - Token:
~/.alpha-term/token
Links
- Website: https://neonalpha.me
- Documentation: https://neonalpha.me/docs
- Support: https://neonalpha.me/support
Made with ❤️ by Snake
