/meroshare-bot

A bot that takes users' demat account details and applies ipo for the latest openings through meroshare.

Primary LanguagePython

Documentation

Step 1. Install the required dependencies.

pip3 install -r requirements.txt

Step 2. Edit the 'demats.txt' file and add all the accounts' information each account separated by a line break and each information separated by commas ','

Example

Bipin Thapa,DP-ID,USERNAME,PASSWORD,CRN,TXN-PIN

Step 3. After adding the account info's, execute the following command from the parent directory.

python3 ./main.py

Note: Use pip and python instead of pip3 and python3 respectively If you are not using python3+