Skip to main content

Obfuscates desired content in a Django template in order to be difficult to scrape

Project description

https://badge.fury.io/py/django-template-obfuscator.svg https://travis-ci.org/rafahuelin/django-template-obfuscator.svg?branch=master https://codecov.io/gh/rafahuelin/django-template-obfuscator/branch/master/graph/badge.svg

Obfuscates desired content in a Django template in order to be difficult to scrape

Documentation

The full documentation is at https://django-template-obfuscator.readthedocs.io.

Quickstart

Install django-template-obfuscator:

pip install django-template-obfuscator

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_template_obfuscator.apps.DjangoTemplateObfuscatorConfig',
    ...
)

How to use django-template-obfuscator’s template tags:

{% load static %}
{% load obfuscator %}

<!-- Place text to encode in between the {% obfuscate %} and {% endobfuscate %} template
tags, then embed it into an Html element with the "obfuscated" class, that will will be
"deobfuscated" using Javascript  -->

<!-- CSS file that will avoid the user to copy the content in obfuscated class -->
<link rel="stylesheet" href="{% static 'css/django_template_obfuscator.css' %}">

<p class="obfuscated">
    {% obfuscate %}
    Text difficult to scrape.
    {% endobfuscate %}
</p>

<p class="obfuscated">
    {% obfuscate %}
    This text as well.
    {% endobfuscate %}
</p>

<!-- JS in charge of deobfuscation, making the content understandable to the web's user -->
<script src="{% static 'js/django_template_obfuscator.js' %}"></script>

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install selenium
(myenv) $ python django_template_obfuscator/tests.py

Credits

Tools used in rendering this package:

History

0.1.5 (2019-09-17)

  • Tests

  • updated docs

0.1.4 (2019-09-05)

  • Improve docs.

0.1.3 (2019-09-04)

  • Fix small errors.

0.1.2 (2019-09-04)

Improvements -CSS copy prevention

0.1.0 (2019-09-02)

  • First release on PyPI.

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-template-obfuscator-0.1.5.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

django_template_obfuscator-0.1.5-py2.py3-none-any.whl (8.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-template-obfuscator-0.1.5.tar.gz.

File metadata

  • Download URL: django-template-obfuscator-0.1.5.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.9

File hashes

Hashes for django-template-obfuscator-0.1.5.tar.gz
Algorithm Hash digest
SHA256 aa3ca29e17af0c5492ff046dcf1e99c88a363a7ddef971458916cfc366bd7005
MD5 4d18925989d91919721ff355db0d529c
BLAKE2b-256 ef7ee62be5efaced51b8f0f57f9ba2ae44dec9fa871b57d771387536dbe2d308

See more details on using hashes here.

File details

Details for the file django_template_obfuscator-0.1.5-py2.py3-none-any.whl.

File metadata

  • Download URL: django_template_obfuscator-0.1.5-py2.py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.9

File hashes

Hashes for django_template_obfuscator-0.1.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f138fe772cd8bb86b8eea2b0f956ab99ff913747f35192fdb19214db56a12ba7
MD5 af5f5541050a5841794d818154d72691
BLAKE2b-256 65490255bc4aad05efb34075589d919e696a28e8260c87b5212839925adafda6

See more details on using hashes here.

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