Skip to content

ViniciusStanula/python-semrush

 
 

Repository files navigation

python-semrush

Python-Semrush is a wrapper around the SEMrush API version 3.0.

Thanks to tomlinton for the basis of this package.

Installation

You can install python-semrush from github.

From github;

$ pip install git+https://github.com/storerjeremy/python-semrush.git

Usage

from python_semrush.semrush import SemrushClient
client = SemrushClient(key='your_semrush_api_key')
result = client.domain_ranks(domain='example.com')

Todo

License

This software is licensed under the MIT License. See the LICENSE file in the top distribution directory for the full license text.

Author

Jeremy Storer <[email protected]>

About

Python wrapper around the SEMrush API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%