Skip to content

prudhvi953/apache-mail-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ApacheMailCrawler - For crawling and downloading mails

Quickstart guide

  1. Requirements

To run MailCrawler you need:

  • Maven
  • MySQL server
  1. Install maven which can be downloaded from http://maven.apache.org/download.cgi
  2. Install MySQL server which will be available at http://www.mysql.com/downloads/ Make sure that MySQL server is running
  3. Create required database and table for running application SQL can be found in resources directory.
  4. Change the logger file name in log4j.properties in resources directory.
  5. Provide credentials for connecting to database in db.properties file in conf direcotry.
  6. run maven package and it takes two arguments output file name and resume flag which is either true or false Ex: java -cp target/Crawler-1.0-SNAPSHOT.jar sample.java.crawler.Crawler output true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages