amerilain/Market Pulse Daily
Generate daily crypto market briefings with BTC/ETH/SOL prices, Fear & Greed Index, market regime analysis, and optional Telegram alerts. Zero-dependency composite action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 19, 2026
- License
- MIT
Pinned Snippet
uses: amerilain/kevin-crypto-alerts@f042b4dd96b7249be144e2133bcc85b5dd4652ce # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| telegram-bot-token | Telegram Bot API token for sending alerts | no | — |
| telegram-chat-id | Telegram chat ID to send alerts to | no | — |
| notify-on-regime-change | Set to "true" to send Telegram notification only when market regime changes | no | false |
| notify-always | Set to "true" to always send Telegram notification regardless of regime change | no | false |
| output-format | Output format: console, markdown, json | no | console |
| include-altcoins | Include ETH, SOL, and other altcoin prices in briefing | no | true |
| fetch-polymarket | Set to "true" to include top Polymarket prediction markets | no | false |
Outputs
| name | description |
|---|---|
| btc-price | Current BTC price in USD |
| eth-price | Current ETH price in USD |
| sol-price | Current SOL price in USD |
| fear-greed-index | Fear & Greed Index value (0-100) |
| fear-greed-label | Fear & Greed classification label |
| regime | Current market regime classification |
| generated-at | ISO timestamp of briefing generation |