Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.87 KB

README.md

File metadata and controls

53 lines (42 loc) · 1.87 KB

Stockoala

Collect and Analyze Taiwan stock data CLI program

github_icon

Features

  • cross-platform support(Windows & Linux Ubuntu)
  • Traditional Chinese and English support
  • collect TWSE and TPEX stock data weekly
  • weekly strategy: check the past 6 weeks for reverse-point
  • monthly strategy: check the past 3 months low-price
  • all data will only saved in local machine for privacy

Pre-Requirements

  • latest Python 3.xx installed on local machine, and added to $PATH
  • pip should also install bs4, colorama and requests packages
    pip install bs4 colorama requests

Installation

Linux(Ubuntu)

  1. Download the latest release based on platform
  2. Extract the zip file, and put the stockoala directory on Desktop
  3. Chmod to desktop file, and move it to proper location
    chmod +x stockoala.desktop
    mv stockoala.desktop ~/.local/share/applications
  4. Refresh the database of desktop file
    update-desktop-database ~/.local/share/applications
  5. Modify the config.json located within src folder

Windows

  1. Download the latest release based on platform
  2. Extract the zip file, and put the stockoala directory on Desktop
  3. Modify the config.json located within src folder
  4. Double-click the stockoala.exe file

Related

Taiwan Stock Exchange Official Website(TWSE)
Taipei Exchange Official Website(TPEX)

Authors

Feedback

If you have any feedback, please reach out to us at zardforever1009@gmail.com