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