- This is a desktop app built with python. It automates the process of getting data from the Published Entries Search website.
- You can read more about open data from PRH's website
- This project is for personal practice and not intended to violate any regulation.
- User needs to enter the from and to date and select the city.
- The application will then open the chromium.
- Goes to the link
- Automatically enters the date, selects the city and application type.
- Automatically goes one by one to the company's info.
- If there is an email address it automatically grabs the company name and email address.
- All the information will be stored in a .csv file.
- Python
- Selenium
- Tkinter