Skip to content

A Python Programmable interface to manage search engine consoles.

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

biwin/search-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Console

A Python Programmable interface to manage search engine consoles.

Installation

pip install search-console

Documentation

Follow the documentation for respective search engines.

Google Search Console / Google Webmaster Tools

Initialization

from search_console import GoogleSearchConsole

search = GoogleSearchConsole(api_key='API_KEY', access_token='ACCESS_TOKEN')

Usage

Parameter Documented as Example
site_url siteUrl https://www.example.com/
feed_path feedPath https://www.example.com/sitemap.xml
url url https://www.example.com/pagename

Allowed methods.

search.add_site(site_url)
search.delete_site(site_url)
search.get_site(site_url)
search.list_site(self)
search.delete_sitemap(site_url, feed_path)
search.get_sitemap(site_url, feed_path)
search.list_sitemap(site_url)
search.submit_sitemap(site_url, feed_path)
search.url_crawl_error_count(site_url, **kwargs)
search.get_url_crawl_error_samples(site_url, url, **kwargs)
search.list_url_crawl_error_sample(site_url, **kwargs)
search.mark_url_crawl_errors_as_fixed(site_url, url, **kwargs)

License

This package is released under GNU GPLV3

Terms of Use

  • Google Search Console By using Google Search Console, you agree to the terms and conditions of the following licence(s):

About

A Python Programmable interface to manage search engine consoles.

Topics

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages