smtm
It's a game to get money
파일 탐색기
최종 버전 다운로드 (.zip)- publish.yml
- python-test.yml
- FUNDING.yml
- architecture.md
- data-providers.md
- faq.md
- overview.md
- README.md
- release-notes.md
- requirements.md
- user-guide.md
- 2026-04-26-paper-trading.md
- 2026-07-03-two-layer-llm-strategy.md
- 2026-07-06-multi-session-trading.md
- 2026-07-12-telegram-only-control.md
- 2026-07-14-binance-trader.md
- 2026-07-14-order-types-foundation.md
- 2026-07-25-okx-exchange-support.md
- 2026-08-12-simulation-trader-order-book.md
- 2026-08-15-openai-llm-support.md
- 2026-04-26-paper-trading-design.md
- 2026-07-03-two-layer-llm-strategy-design.md
- 2026-07-06-multi-session-trading-design.md
- 2026-07-12-telegram-only-control-design.md
- 2026-07-14-order-types-and-binance-trader-design.md
- 2026-07-25-okx-exchange-support-design.md
- 2026-08-12-simulation-trader-order-book-design.md
- 2026-08-15-openai-llm-support-design.md
- architecture.md
- how-to-setup-and-run.md
- how-to-test.md
- introduce.md
- SMTM_프로젝트_소개.md
- tips.md
- claw-branch-review.md
- diagram.jpg
- exchanges-and-trading-ko.md
- phone-en.png
- phone.png
- smtm.jpg
- smtm_class.puml
- smtm_component.puml
- smtm_sequence.png
- smtm_sequence.puml
- smtm_sequence_kr.png
- smtm_sequence_kr.puml
- TODO.md
- binance_data_provider_test.ipynb
- bithumb_data_provider_test.ipynb
- bithumb_exercise.ipynb
- bithumb_trader_test.ipynb
- logging_exercise.ipynb
- upbit_data_provider_test.ipynb
- upbit_exercise.ipynb
- upbit_trader_test.ipynb
- __init__.py
- message_handler.py
- telegram_controller.py
- __init__.py
- __init__.py
- base_data_provider.py
- binance_data_provider.py
- binance_funding_rate_data_provider.py
- binance_long_short_ratio_data_provider.py
- binance_open_interest_data_provider.py
- bithumb_data_provider.py
- blockchain_info_data_provider.py
- coincap_data_provider.py
- coingecko_data_provider.py
- crypto_global_data_provider.py
- data_provider.py
- data_provider_factory.py
- etherscan_gas_data_provider.py
- exchange_rate_data_provider.py
- fear_greed_data_provider.py
- hackernews_data_provider.py
- mempool_fees_data_provider.py
- multi_news_data_provider.py
- news_data_provider.py
- news_sources.py
- okx_data_provider.py
- reddit_data_provider.py
- upbit_binance_data_provider.py
- upbit_data_provider.py
- upbit_full_context_data_provider.py
- upbit_multi_news_data_provider.py
- upbit_news_data_provider.py
- upbit_notice_data_provider.py
- upbit_social_data_provider.py
- yahoo_finance_data_provider.py
- __init__.py
- account_tools.py
- market_data_tool.py
- orchestration_tools.py
- performance_tool.py
- portfolio_tool.py
- profile_tools.py
- session_tools.py
- trade_history_tool.py
- __init__.py
- account_guard.py
- claude_llm_client.py
- llm_client.py
- safety_guard.py
- system_monitor.py
- system_operator.py
- tool.py
- tool_router.py
- buy_and_hold.md
- rsi_strategy.md
- sma_crossover.md
- __init__.py
- strategy.py
- strategy_bnh.py
- strategy_factory.py
- strategy_llm.py
- strategy_rsi.py
- strategy_sma.py
- __init__.py
- base_exchange_trader.py
- binance_trader.py
- bithumb_trader.py
- okx_trader.py
- order_spec.py
- simulation_trader.py
- trader.py
- trader_factory.py
- upbit_trader.py
- __init__.py
- __main__.py
- account_store.py
- analyzer.py
- config.py
- date_converter.py
- http_session.py
- log_manager.py
- profile_store.py
- session_manager.py
- trading_operator.py
- worker.py
- __init__.py
- e2e_chat_trading_test.py
- fake_llm_client.py
- analyzer_data.py
- mass_simulation_3m_config.json
- mass_simulation_config.json
- simulation_data.py
- test_report.jpg
- test_report.txt
- __init__.py
- binance_data_provider_ITG_test.py
- bithumb_data_provider_ITG_test.py
- okx_data_provider_ITG_test.py
- upbit_binance_data_provider_ITG_test.py
- upbit_data_provider_ITG_test.py
- upbit_1m_20200220_170000-20200220_202000.json
- upbit_1m_20200220_202000-20200220_210000.json
- upbit_3m_20200220_000000-20200220_100000.json
- upbit_3m_20200220_100000-20200220_120000.json
- upbit_3m_20200220_170000-20200220_200000.json
- account_guard_test.py
- account_store_test.py
- account_tools_test.py
- analyzer_test.py
- binance_data_provider_test.py
- binance_funding_rate_data_provider_test.py
- binance_long_short_ratio_data_provider_test.py
- binance_open_interest_data_provider_test.py
- binance_trader_test.py
- bithumb_data_provider_test.py
- bithumb_trader_test.py
- blockchain_info_data_provider_test.py
- claude_llm_client_test.py
- coincap_data_provider_test.py
- coingecko_data_provider_test.py
- conftest.py
- crypto_global_data_provider_test.py
- data_provider_factory_test.py
- date_converter_test.py
- etherscan_gas_data_provider_test.py
- exchange_rate_data_provider_test.py
- fear_greed_data_provider_test.py
- hackernews_data_provider_test.py
- llm_client_test.py
- log_manager_test.py
- main_args_test.py
- market_data_tool_test.py
- mempool_fees_data_provider_test.py
- multi_news_data_provider_test.py
- news_data_provider_test.py
- news_sources_test.py
- okx_data_provider_test.py
- okx_trader_test.py
- orchestration_tools_test.py
- order_spec_test.py
- performance_tool_test.py
- portfolio_tool_test.py
- profile_store_test.py
- profile_tools_test.py
- reddit_data_provider_test.py
- safety_guard_test.py
- session_manager_test.py
- session_tools_test.py
- simulation_trader_test.py
- strategy_bnh_test.py
- strategy_factory_test.py
- strategy_llm_test.py
- strategy_rsi_test.py
- strategy_sma_test.py
- system_monitor_test.py
- system_operator_test.py
- telegram_controller_test.py
- telegram_message_handler_test.py
- tool_router_test.py
- tool_test.py
- trade_history_tool_test.py
- trader_factory_account_test.py
- trading_operator_test.py
- upbit_binance_data_provider_test.py
- upbit_data_provider_test.py
- upbit_full_context_data_provider_test.py
- upbit_multi_news_data_provider_test.py
- upbit_news_data_provider_test.py
- upbit_notice_data_provider_test.py
- upbit_social_data_provider_test.py
- upbit_trader_test.py
- worker_test.py
- yahoo_finance_data_provider_test.py
- .gitignore
- .pylintrc
- codecov.yml
- LICENSE
- MANIFEST.in
- README-ko-kr.md
- README.md
- RELEASE_NOTES.md
- requirements-dev.txt
- requirements.txt
- setup.cfg
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/msaltnet/smtm
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd smtm
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python -m smtm --token <telegram_token> --chatid <chat_id>
파이썬 스크립트(또는 모듈)를 실행합니다.
pip install -r requirements-dev.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python -m pytest tests/
파이썬 스크립트(또는 모듈)를 실행합니다.
python -m pytest tests/unit_tests/ # Unit tests
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
