/BulkIPO-Lookup

Lookup IPO in bulk bypassing captcha

Primary LanguagePythonMIT LicenseMIT

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>'