Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prahladyeri/siterank
Console program to get global ranking for a given website or domain
https://github.com/prahladyeri/siterank
internet python seo seo-optimization
Last synced: 9 days ago
JSON representation
Console program to get global ranking for a given website or domain
- Host: GitHub
- URL: https://github.com/prahladyeri/siterank
- Owner: prahladyeri
- License: mit
- Created: 2019-06-10T05:24:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T17:22:07.000Z (over 1 year ago)
- Last Synced: 2024-10-11T12:08:21.715Z (about 1 month ago)
- Topics: internet, python, seo, seo-optimization
- Language: Python
- Homepage: https://github.com/prahladyeri/siterank
- Size: 61.5 KB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
![pypi](https://img.shields.io/pypi/v/siterank.svg)
![python](https://img.shields.io/pypi/pyversions/siterank.svg)
![license](https://img.shields.io/github/license/prahladyeri/siterank.svg)
![docs](https://readthedocs.org/projects/siterank/badge/?version=latest)
[![patreon](https://img.shields.io/badge/Patreon-brown.svg?logo=patreon)](https://www.patreon.com/prahladyeri)
[![paypal](https://img.shields.io/badge/PayPal-blue.svg?logo=paypal)](https://paypal.me/prahladyeri)
[![follow](https://img.shields.io/twitter/follow/prahladyeri.svg?style=social)](https://twitter.com/prahladyeri)# siterank
A python script to get alexa global rank for a given website or domain.**Note:**
As of February 2023, Amazon's Alexa API has been retired. Consequently, I've switched to [SimilarWeb API](https://www.similarweb.com/corp/ranking-api/)'s free-tier for fetching these rankings. When you run the program for the first time, it'll prompt you to create a SimilarWeb account and store the API key to the settings JSON file.
# Installation
pip install siterank
# Usage
```bash
C:\> siterank google.com twitter.com linkedin.com upwork.com
successfully imported cache db..
found in cache: google.com
found in cache: twitter.com
fetching live: linkedin.com
found in cache: upwork.com
4/4. upwork.com********************************************************************************
Website Rank
********************************************************************************
google.com 1
twitter.com 5
linkedin.com 17
upwork.com 730
```