https://github.com/0xkibh/meroshare-bot
meroshare-bot is a automation tool that applies IPO for the desired openings listed in meroshare by CDSC.
https://github.com/0xkibh/meroshare-bot
automation meroshare nepal playwright python3
Last synced: about 1 month ago
JSON representation
meroshare-bot is a automation tool that applies IPO for the desired openings listed in meroshare by CDSC.
- Host: GitHub
- URL: https://github.com/0xkibh/meroshare-bot
- Owner: 0xkibh
- License: gpl-3.0
- Created: 2023-01-13T06:17:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T15:17:10.000Z (about 2 years ago)
- Last Synced: 2025-03-20T10:24:07.044Z (about 1 month ago)
- Topics: automation, meroshare, nepal, playwright, python3
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# MEROSHARE BOT
[](https://pypi.python.org/pypi/playwright)
[](https://github.com/tprototype/meroshare-bot/blob/master/README.md)
[](https://github.com/tprototype/meroshare-bot/releases)**This is meroshare bot, which will auto apply IPO of different company which are open.**
## Get Started
To get started, you need to download this project or can clone this repo on your machine.
And you can simply run the main.py file. But before that you need to setup the environment.### 1. Install the dependencies
```
pip install -r requirments.txt
# or
python3 -m pip install -r requirements.txt
```### 2. Run following code in the terminal
```
playwright install chromium
```### 3. Edit demats.txt file to setup your information in the serial order as given
```
Name,CapitalID,Username,Password,Bank Name,Kitta,CRN,TXN_PINFor example:
Ram,13700,0124525,password123,NIC ASIA BANK LTD.,10,JYU8281811,1234"Ram" here is just a placeholder to denote the account, it can be anything you like
Bank Name can be : "NIC ASIA BANK LTD.", "Nabil Bank Limited.", "CIVIL BANK LTD.", "Nepal Investment Bank Ltd." ,"GARIMA BIKAS BANK LTD.", "NMB BANK LTD." (i.e Official Name)
```### 4. Now just run main.py file to run the script
```
python main.py
# or
python3 main.py
```### Please :star: Star us on GitHub — it motivates us a lot!
### You can raise issues or send message to ask if there is any problem you faced in any step
### And suggestion are welcome :)