Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinroberts/urbanscraper


https://github.com/kevinroberts/urbanscraper

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Urban Dictionary Web Scraping exercise

- urban dictionary scraping via headless chrome
- scrape definitions to a pg sql database, via processing queue

Prerequisites:
- Java 11 jdk
- Chrome browser installed
- Chrome driver installed

To run project:

- create an app.properties file under src/main/resources and include the required system properties
- `./gradlew build run`

Build the binary:
- `./gradlew build`

- Change to the distribution folder and unzip and run the binary
- `./vinscraper`

Released under MIT License