Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.22 KB

readme.md

File metadata and controls

26 lines (19 loc) · 1.22 KB

Scrapping DSE Data: Python Memory-Efficient Scraper

Scrap and extract data from the DSE (assuming it's Dhaka Stock Exchange or another relevant entity) and obtain the results in dictionary format. Proudly optimized to use just 6.5 MB of RAM!

Overview

This Python scraper efficiently fetches data from DSE, ensuring minimal memory footprint. With only 6.5 MB of RAM utilization, you can seamlessly extract and work with DSE data without worrying about memory bottlenecks.

Features

  • Memory-Efficient: Specifically optimized to consume only 6.5 MB RAM.
  • Output Format: Provides data in a user-friendly dictionary format.
  • Python-Powered: Leverages the versatility and power of Python.

Prerequisites

  • Python (Python 3.8+)
  • Required Python libraries/packages (Requests)

Installation & Usage

  1. Clone the repository: git clone [your_repository_link]
  2. Navigate to the project directory: cd [project_directory]
  3. Install the required packages: pip install -r requirements.txt
  4. Run the scraper: python dse_scraper.py

The resulting data will be provided in a dictionary format for further processing or analysis.

Contribution

Feel free to fork the project, submit PRs, or open issues if you encounter any problems.