This Python script scrapes the first 6 registered projects from the Odisha RERA website and extracts:
- Rera Regd. No
- Project Name
- Promoter Name (Company Name under Promoter Details tab)
- Address of the Promoter (Registered Office Address)
- GST No.
- Python 3.x
- Google Chrome browser installed
- ChromeDriver matching your Chrome version (or use
webdriver-manager)
- Clone/download this repo.
- Install dependencies:
pip install -r requirements.txt