Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 405 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 405 Bytes

NEPSE-BulkIPO-Lookup (ByPassing CAPTCHA)

Installation

  1. Get a free API Key and Server address from https://ibm.com
  2. Clone the repo
    git clone https://github.com/shubRaj/BulkIPO-Lookup.git
  3. Install Dependencies
    pip install -r requirements.txt
  4. Enter your API in main.py
     apikey = '<API_KEY>'
     server = '<SERVER>'