SystemSelf reportedCryptoPythonbotcryptocurrencytelegramtelegram-bottrading

Auto-Trade-Crypto-Bot

Crypto trading bot in Python with Telegram and ccxt

System Structure

Data Used
ccxt 지원 거래소가격/거래량 데이터
Rules / Strategy

저장소별 전략/실행 조건 확인 필요

Execution

거래소 API 기반 자동 주문 실행

Editor Summary

저장소 설명과 공개 메타데이터 기준으로 Python 기반 구현, 암호화폐 거래 봇, 거래소 API/프레임워크, 뉴스·소셜 신호 성격의 프로젝트로 파악했습니다. 확인 근거는 README, 저장소 토픽, 저장소 설명, GitHub 지표, 파이프라인 필드이며, 주요 데이터는 ccxt 지원 거래소, 가격/거래량 데이터입니다. 전략/실행 조건은 저장소별 문서와 코드 확인이 필요하며, 실행 방식은 "거래소 API 기반 자동 주문 실행"라고 보수적으로 기록했습니다. GitHub 지표는 별 136개, 포크 41개입니다.

Repositorydev4Fun/Auto-Trade-Crypto-Bot
Creatordev4Fun
Stars / Forks★ 136 / 41
LicenseMIT
Last Updated2023-12-15
Snapshot Date2026-07-08 (README below is a copy from this date)

This is third-party open-source code. QuantField does not guarantee its behavior or safety. Review the code before installing or running it.

README

Getting started

  1. Create a bot by starting a chat with BotFather and record your Telegram token
  2. Get API keys (api key and secret) for your exchange
  3. Install dependencies: pip install python-telegram-bot ccxt
  4. Create secrets.txt in config folder with following content:
# YOUR_API_KEY
# YOUR_SECRET
# YOUR_TELEGRAM_TOKEN
# YOUR_TELEGRAM_USER_ID
  1. Run main.py