BTC and ETH market monitor with public API data, six bottom-fishing signals, and optional Discord delivery. TalentverseX
Use this skill when the user wants a quick BTC/ETH market-monitoring report based on public APIs, especially for oversold or bottom-fishing style checks.
{baseDir}/config.jsonMVRV proxy is an approximation from CoinGecko history{baseDir}/scripts/monitor.py: main executable{baseDir}/config.json: runtime configuration{baseDir}/requirements.txt: Python dependency list{baseDir}/scripts/install.sh: optional install helper for bash environments{baseDir}/scripts/setup_cron.sh: optional cron helper for bash environments{baseDir}/docs/TROUBLESHOOTING.md: troubleshooting notesInstall dependencies:
python3 -m pip install -r {baseDir}/requirements.txt
Run once:
python3 {baseDir}/scripts/monitor.py
To send the report to Discord:
"discord.enabled": true in {baseDir}/config.json"discord.channel_id" in {baseDir}/config.json"discord.token_env" before running the scriptExample:
export DISCORD_TOKEN=your_bot_token
python3 {baseDir}/scripts/monitor.py
The script runs once per invocation. Use cron, Task Scheduler, or another external scheduler if the user wants recurring execution.
ZIP package — ready to use