Django cross link searches particular sites for links back to your site and stores them
Project description
- 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
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
File details
Details for the file django-xlink-0.1.1.tar.gz
.
File metadata
- Download URL: django-xlink-0.1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33d3c13484acdc08a01512b66fdbcf36b4bc8ca44b29a90564b09db4b0b8719e |
|
MD5 | a9a3427bc021b3dbc74e0bdfb04d460c |
|
BLAKE2b-256 | ccc826a454f1fa9b618b5ad1603f68d6347b6b9c61fd8bc7907caf273b16e27a |