Giter VIP home page Giter VIP logo

xsengine's Introduction

XSEngine ( Xpath Scrap Engine using selenium )

Xpath scrap engine using selenium. User identify scraping xpath and create below xpath format. You should now about xpath structures. reference: Tutorial here

REQUIREMENTS

Current-drirectory# npm install

RUN

Current-directory# node app.js

USE

Refer input format from site.js

SAMPLE OUTPUT

// This is sample output for scrap github user profile
{
    Profile: 'https://avatars.githubusercontent.com/u/66865924?v=4',
    Name: [ 'Sivaprakasam', 'SivaPrakasam7' ],
    About: [
        '5 followers · 5 following · 2',
        'sivaprakasam.educationhost.cloud'
    ],
    Achivements: { Img: null, AltText: null },
    Organization: {
        Link: 'https://github.com/CSEKINGS',
        Payload: '{"event_type":"user_profile.click","payload":{"profile_user_id":66865924,"target":"MEMBER_ORGANIZATION_AVATAR","user_id":null,"originating_url":"https://github.com/SivaPrakasam7"}}'
    },
    Projects: [
        {
        Link: 'https://github.com/SivaPrakasam7/ISPLOIT',
        Content: [Array]
        },
        {
        Link: 'https://github.com/CSEKINGS/book_donation_backend',
        Content: [Array]
        },
        {
        Link: 'https://github.com/SivaPrakasam7/XSEngine',
        Content: [Array]
        },
        {
        Link: 'https://github.com/SivaPrakasam7/WPDRouter',
        Content: [Array]
        },
        {
        Link: 'https://github.com/SivaPrakasam7/NodeAuth',
        Content: [Array]
        },
        {
        Link: 'https://github.com/SivaPrakasam7/SociaLod',
        Content: [Array]
        }
    ],
    Activity: [
        [
        'Created 30 commits in 3 repositories',
        'CSEKINGS/book_donation_backend',
        '17 commits',
        'SivaPrakasam7/XSEngine',
        '12 commits',
        'SivaPrakasam7/NodeAuth',
        '1 commit'
        ],
        [
        'Created 1 repository',
        'SivaPrakasam7/XSEngine',
        'JavaScript',
        'Jul 6'
        ]
    ]
}

xsengine's People

Contributors

sivaprakasam7 avatar

Watchers

 avatar

Forkers

wanglin2019

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.