Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Uses Selenium WebDriver to scrape out recent meetups. It stores all these events in an SQlite3 database though the JDBC driver

License

Notifications You must be signed in to change notification settings

AlphaCfter/event-scrappy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scrappy

Uses Selenium webdriver to scrape out recent meetups. It stores all these events in an SQlite3 database though the JDBC driver

Learn More

Run Locally

Clone the project or download from Github

  git clone https://github.com/AlphaCfter/event-scrappy.git

Navigate through project directory through EclipseIDE or IntelliJ

  cd my-project/src/Main.java

Build from scratch

Load the maven pom.xml file for dependencies. Ensure you have Maven Downloaded and 'mvn' is set to path

mvn clean build

Roadmap

  • 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

Maven dipendencies

Selenium, SQLite JDBC and SLF4J

About

Uses Selenium WebDriver to scrape out recent meetups. It stores all these events in an SQlite3 database though the JDBC driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages