Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 753 Bytes

readme.MD

File metadata and controls

31 lines (26 loc) · 753 Bytes

Real-Time Stock Price Scraper

Description

This Rust project is a high-performance and powerful real-time stock price scraper. It concurrently scrapes multiple endpoints to fetch real-time stock prices from various sources and displays them in the terminal.

Preview

p1 yf terminal

Installation

  1. Make sure you have Rust installed. If not, you can download it from rust-lang.org.
  2. Clone this repository:
    git clone <repository_url>
    
  3. Navigate to the project directory:
    cd real-time-stock-price-scraper
    
  4. Build the project:
    cargo build
    

Usage

To run the program, execute:

cargo run