backlink checker
Project description
Backlink Checker
USAGE:
Example for local excel file
from backlink_checker import Website
web = Website(domain_name="example.com")
web.read_excel_links(excel_path="example.xlsx", column_name="Links")
backlinks = web.start()
Example for google sheets
from backlink_checker import Website
web = Website(domain_name="example.com")
web.read_google_sheets_links(
spreadsheet_id="1DY57Dq5yMD_Tb6DtI5_FqyIPRN1QMzQ9VtW3XKvnnhE",
service_account_file="keys.json",
row_range="Sheet1!A2:A"
)
backlinks = web.start()
# Acess backlinks details
for b in backlinks:
print(b.target_link)
print(b.backlink)
print(b.keywords)
print(b.link_rel)
Install using pypi:
pip install backlink-checker
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file backlink_checker-0.0.6.tar.gz
.
File metadata
- Download URL: backlink_checker-0.0.6.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38e50a1cf702257688e0f1dd0367713b5d586f9d8dc3b672de94f634be2d97c1 |
|
MD5 | 80cd2a78fe6a207f999e18b0384d189d |
|
BLAKE2b-256 | 6521d2b368ee41b0484afa614740e16bbef159f4b51f08c4084c8048f341dab6 |
File details
Details for the file backlink_checker-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: backlink_checker-0.0.6-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd735b777deb8cd891dcbf7aa7b0171527f31f1b3f12f9f6481673a91e62781f |
|
MD5 | 0e25d57be50e3dc0cb44caba4a20e529 |
|
BLAKE2b-256 | f0da5ea0c068a4da7eccb9a53a0a63f601aceb4da74e701250929f74edfdcdbb |