|
hace 4 días | |
---|---|---|
.. | ||
README.md | hace 4 días | |
get_telegram_chat_id.py | hace 3 semanas | |
hyperliquid_account_analyzer.py | hace 4 días | |
migrate_to_uv.sh | hace 4 días |
This directory contains helpful scripts and utilities for the project.
migrate_to_uv.sh
A comprehensive bash script that handles migration from pip/venv to UV package manager.
Interactive mode (recommended):
./utils/migrate_to_uv.sh
Force mode (no prompts):
./utils/migrate_to_uv.sh --force
__pycache__
, .pyc
, and .pytest_cache
filesvenv/
and requirements.txt
The script is idempotent - you can run it multiple times safely.
get_telegram_chat_id.py
Helper script to get your Telegram chat ID for bot configuration.
hyperliquid_account_analyzer.py
Analyzes Hyperliquid account data and statistics.
--force
mode for automated deployments