Code Monkey home page Code Monkey logo

webcrawler's Introduction

WebCrawler

This is a web based email scrapper/extractor , It crawls the given url and scraps any email id it finds.
It is a dynamic web application where you provide site url(or multiple sites urls with comma separated) as input and as a result it returns the list of emails scrapped from each site urls.

Technology Used :

  • Dynamic web application with struts 2 setup.
  • A java html parser ‘Jsoup’. It is a java library that is used to parse HTML document. Jsoup provides api to extract and manipulate data from URL or HTML file.
  • Email regex expression match.
  • Java for backend process.

How it works :

  • On starting the crawlWeb application it opens a landing page with a text box where you need to provide site urls.
  • Provide the complete site url here( or if you wish to provide multiple site urls at once then provide it with comma(,) separated ).
  • Start the Crawler by pressing the ‘Start Crawler’ button.
  • Result will be in a tabular with two columns ‘URL’ and its corresponding scrapped ‘Email List’.

  • Here you can scrap emails from any site or for any number of sites at once.The result will be list go email scrapped from respective sites/urls.
    It does complete end to end url web page crawling even the html tags attribute values to extract email addresses out of it.

How to Use :

  • Deploy the project war in your tomcat and restart your tomcat.
  • Browse to
    http://localhost:/CrawlWeb/ 
  • Provide url or multiple urls in the text box. If providing multiple urls then give it with comma separated (please refer below sample input format).
  • Press Start Crawler to begin email scrapping process from the provided input.

Sample Input format :

http://unlike.net  ,  http://retreat-vinyl.de/ 

Or some larger mail sites eg :

http://mailiddatabase.blogspot.in/ 

webcrawler's People

Contributors

harendrakumarsingh avatar

Stargazers

Fikri San Koktas avatar Dheenadhayalan avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

bonheurjewelry

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.