A Python application designed to completely automate the process of applying for IPOs (Initial Public Offerings) on Nepal’s Meroshare platform. This script eliminates the need for manual intervention by automatically logging in, identifying available offerings, and submitting applications.
The process of applying for IPOs through the Meroshare portal is manual and repetitive. Users must log in frequently to check for new offerings and fill out the same application details each time. This can lead to missed opportunities if not checked regularly.
This project provides a robust solution by automating every step of the application process.
.env
file.--check-only
to see available IPOs without applying, or --apply-all
to execute the full application process.python-dotenv
for managing environment variables.argparse
for creating a user-friendly command-line interface.pytest
for testing, black
for formatting, and flake8
for linting.Link:
Automate Meroshare IPOTech:
selenium