Coder Social home page Coder Social logo

tf-ripper's Introduction

ThemeForest Ripper

)

Python script to download any theme (non-WordPress) from ThemeForest using selenium.

Usage

  • Clone the GitHub repository clone https://github.com/SU1199/ThemeForest-Ripper.git
  • Download and install chrome-webdriver for your chrome version.
  • Open virtualenv source bin/activate
  • Install selenium pip3 install selenium

Command - python3 ripper.py <theme-url> <download-location>

Example - python3 ripper.py https://themeforest.net/item/hervin-creative-ajax-portfolio-showcase-slider-template/23559741?s_rank=1 ../extract

How to prevent theme piracy

Short answer - You can't. All the major components of themes (js/css/html) are rendered on the client side. So no theme is fully immune to web-scraping. However you can make it difficult. Here are some ideas -

  • Use unescape to encrypt html and use JavaScript to decrypt html on page load.
  • Use a cdn with user authentication to deliver resources.
  • Use website encryption software(?) . I am a bit sceptical of those.
  • Add some tracking code to the theme to track the websites using the theme without permission and file cease and desist against defaulters (near impossible).

What is envato doing about it ?

  • Making/Designing themes and templates is the major source of income for many web-designers. ThemeForest being the mediator of commerce has the main responsibility to protect the interests of creators. They should have a solution in place for developers to protect their creations against theft.
  • Extended support and extended licences are not enough given that envato rarely enforces the licence terms and majority of people don't buy extended license in the first place.

What do you guys think is the best way to protect themes from piracy ?

Maybe i'll release a cloud hosted web-app of this script in the future..

tf-ripper's People

Contributors

su1199 avatar therapy-ai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.