Simple Web Scrapper - this parser is designed for Parsing dynamic web page content, specifically searching for specific soccer matches and notifying the user in telegram!
The essence of its work is as follows:
- we create one instance of the Chrome browser, which runs in headless mode;
- give a link to the desired site;
- we intermittently poll once every couple of seconds the dynamic content on the page;
- then we find the desired game, notify the user about it in telegram and record the result in the database.
- Java17
- Gradle
- SELENIUM
- Git
- Lombok
- Spring (Web, Data, Boot, SHEDULLER)
- Hibernate/JPA
- Liquibase, Heroku