
adanos-cli: Stock & Crypto Sentiment Straight From Your Terminal
Retail traders check sentiment by tab-switching between Reddit, X, and news sites. There is no single view. adanos-cli is that single view. What is adanos-cli? adanos-cli is a Python CLI that queries the Adanos Finance Sentiment API. It aggregates mention counts, buzz scores, and sentiment polarity from four sources: Reddit — 50+ stock and crypto subreddits (r/wallstreetbets, r/stocks, r/cryptocurrency, etc.) X / Twitter — FinTwit tweet and reply analysis Polymarket — prediction market prices, liquidity, and trade volume Financial News — RSS-sourced article sentiment pip install adanos-cli adanos onboard wizard adanos stock TSLA --days 7 The Interactive Shell Run adanos without arguments to enter an interactive shell. Plain text is interpreted as a query: adanos-cli> How does TSLA look this week? The CLI parses intent, routes to the right endpoints, and returns a formatted report. It handles English and German, $TICKER syntax, crypto pairs like BTC/ETH, and "vs" comparisons. A lightwei
Continue reading on Dev.to Python
Opens in a new tab




