wollala / wollala-upbit

업비트의 부분체결 거래 내역을 정리하여 보여줍니다.
8 stars 7 forks source link
bitcoin cryptocurrency orderhistory python python3 tableview trading tradinglog upbit

WOLLALA-UPBIT

Generic badge Generic badge

image


WARNING: Upbit api key 정보를 저장하고 있는 'config.json' 파일은 절대 공유하시면 안됩니다.

Installation for dev

1. PreInstallation

  1. Install python3.11, pip,

2. Installation

  1. Clone repo

    $ git clone https://github.com/Wollala/wollala-upbit
  2. Create venv and Activate venv

    $ cd wollala-upbit
    $ python -m venv .venv
    $ source .venv/bin/activate
  3. Install modules in .venv

    1. Using pip
      $ python -m pip install -r requirements.txt
      # if error, add '--no-dops' option.
      $ python -m pip install --no-deps -r .\requirements.txt
  4. execute

    $ python main.py

    Create execute file

    pyinstaller.exe main.py --noconsole --icon=./resource/wollala-upbit_64x64.ico --onefile --name wollala-upbit.exe 

Donation