Skip to content

Installation

Ween Jiann edited this page Mar 11, 2019 · 2 revisions

Add a dependency to your existing project

If you already have a project then just add Venom as a dependency to your pom.xml:

<dependency>
    <!-- Venom: Your preferred focused crawler @ https://venom.preferred.ai/ -->
    <groupId>ai.preferred</groupId>
    <artifactId>venom</artifactId>
    <version>[4.1,4.2)</version>
</dependency>

Clone our examples or tutorial if you do not have one

If you are starting out in a new project, you can consider cloning our Examples:

git clone https://github.com/PreferredAI/venom-examples.git

or, if you would like a more guided package, you can check out our Tutorial:

git clone https://github.com/PreferredAI/venom-tutorial.git