Socket
Socket
Sign inDemoInstall

seolib

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seolib

Python lib that provides you with some usefull and simple methods to obtain website metrics


Maintainers
1

SEO Metrics with no pain

.. image:: https://travis-ci.org/xelblch/seolib.png?branch=master :target: https://travis-ci.org/xelblch/seolib

Seolib is a small python library that allows you to get SEO metrics of your websites with no pain.

Documentation

Comming soon. Sorry.

Example how to use

.. sourcecode:: python

>>> import seolib
>>> alexa_rank = seolib.get_alexa('http://google.com')
>>> print alexa_rank
1
>>> print seolib.get_google_plus('http://google.com')
9999

Metrics available

  • Google +1 count
  • Alexa Rank
  • Tweets count
  • Facebook likes count
  • SemRush Top 20 keywords count
  • SeoMoz.org free API data (Page Authority, Domain Authority)

Installation

To install seolib open terminal and type:

.. sourcecode:: bash

$ pip install seolib

Note that it will install requests and lxml libraries too. Windows users can get vcvarsall.bat error while installing lxml library, just download it manually from http://www.lfd.uci.edu/~gohlke/pythonlibs/

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc