Uses Selenium webdriver to scrape out recent meetups. It stores all these events in an SQlite3 database though the JDBC driver
Clone the project or download from Github
git clone https://github.com/AlphaCfter/event-scrappy.gitNavigate through project directory through EclipseIDE or IntelliJ
cd my-project/src/Main.javaLoad the maven pom.xml file for dependencies. Ensure you have Maven Downloaded and 'mvn' is set to path
mvn clean build-
Headerless drivers
-
Support for unix based Operating systems
-
Adding more events
-
Gradle support
-
Usage of threads for more throughput
-
GUI Interface using JavaFx and FXML and many more
Selenium, SQLite JDBC and SLF4J