Skip to main content

Django cross link searches particular sites for links back to your site and stores them

Project description

Authors:

Justin Quick <justquick@gmail.com>

Version:
0.1
pip install django-xlink==0.1.1

Django Cross Link takes in particular URLs on an external site and periodically combs through those URLs searching for links back to your site. The cross site links are stored in the database for future use and display

Requirements

XLink requires lxml for HTML parsing:

pip install lxml

Setup

Add xlink to your INSTALLED_APPS and run ./manage.py syncdb

Add some queries in the admin so xlink knows which URLs to comb through and which domain (usually your own site’s) you want to search for cross linking.

Next run the management command ./manage.py xlink_search which will take the queries and populate them with results of cross site links.

I recomend putting the management command in a cronjob every hour or so to make the results appear in real time.

TODO

Spider pages starting at one URL looking for cross site links

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

django-xlink-0.1.1.tar.gz (2.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