Skip to main content

An IndexNow URL submitter for Python.

Project description

Info:

An IndexNow URL submitter for Python.

Author:

Ajit Jasrotia (http://github.com/ajitjasrotia, http://twitter.com/ajitjasroti)

IndexNow is an easy way for websites owners to instantly inform search engines about latest content changes on their website.

Installation

You can get IndexNow by using pip:

$ pip install indexnow

You can get IndexNow by using poetry:

$ poetry shell
$ poetry add indexnow

If you want to install it from source, grab the git repository from GitHub and run setup.py:

$ git clone git@github.com:ajitjasrotia/indexnow.git
$ cd indexnow
$ python setup.py install

Documentation

The key features are:

  • Support for Django

  • Support for FastAPI

More information on Getting-Started

Guide

from indexnow import IndexNow

index_now = IndexNow(key="57e85df435cd43bb", host="example.com")

status = index_now.index(["https://www.example.com"])

print(f"IndexNow Response: {status}")

IndexNow Response: 200

Getting Involved

Open Source projects can always use more help. Fixing a problem, documenting a feature, adding translation in your language. If you have some time to spare and like to help us, here are the places to do so:

Support

IndexNow is free and always will be. It is developed and maintained by developers in an Open Source manner. Any support is welcome. You could help by writing documentation, pull-requests, report issues and/or translations.

Please remember that nobody is paid directly to develop or maintain IndexNow so we do have to divide our time between putting food on the table, family, this project and the rest of life :-)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

indexnow-0.9.9.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page