Giter Site home page Giter Site logo

kwrd-ranking-tool's Introduction

kwrd-ranking-tool

It is a search engine optimization tool that help to optimize the indexing on google search result page. This tool is buillt using python selenium, beautifulsoup, scrappy that is best library in scrapping using python and a proxy rotating service using proxy rotator server.

Getting Started

Setup the virutal environment using virtualenv

#createing virtual environment with python3.5
virtualenv venv -p python3.5

#activate the virtual environment
source venv/bin/activate

#install the required python modules 
pip install selenium beautifulsoup scrappy

Now download the chromedriver for the appropreate OS

https://sites.google.com/a/chromium.org/chromedriver/downloads

Set the path to the chrome driver by editing the file /kwrd-ranking-tool/scr/keywordranking.py as follows.

executable_path = "/path/to/your/chromedriver"

Once the path is set, add the competitor inside the kwrd-ranking-tool/src/competitor/competitorList.py file as follows

competitor=['www.datamintelligence.com','www.mordorintelligence.com','www.marketsandmarkets.com','www.alliedmarketresearch.com','www.transparencymarketresearch.com','www.grandviewresearch.com','www.futuremarketinsights.com','www.globaldata.com','www.thebusinessresearchcompany.com']

Its time to run the Scrapper

python keywordranking.py

Once the scrapper is finished its scarpping it will generate a final CSV with all the ranks of the keywords

kwrd-ranking-tool's People

Contributors

narendra-kumawat avatar leadmirror-api avatar

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.