Git Product home page Git Product logo

portablebypasser's Introduction

Portable Paywall Bypasser

This is a light web application that attempts to bypass paywalls by pretending to be a Google Bot. It uses the cached up version of websites that search engine crawlers are permitted to access.

It doesn't work with every paywall, but you might get lucky ;).

This was made as a short research into paywalls. I am not responsible for how it's used.

Getting Started

Python is required for this application to run and needs to be installed and a guide on how to do so can be found here.

Flask is required as well and can (usually) be installed with:

pip install flask or python -m pip install flask,

Installation

  • Clone the repository:
git clone https://github.com/taha-sh/VTFlaskScan.git
cd VTFlaskScan
  • Install Flask if you haven't already: pip install flask

  • Setup the Flask environment:

For UNIX-systems (Linux, MacOS):

export FLASK_APP=app.py
export FLASK_ENV=development

For Windows users:

set FLASK_APP=app.py
set FLASK_ENV=development
  • Run the application:
flask run

The server should start, typically on http://127.0.0.1:5000/.

portablebypasser's People

Contributors

ne0th avatar

Watchers

 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.