Metadata-Version: 2.3
Name: escape-captivity
Version: 1.2.0
Project-URL: Documentation, https://github.com/anjomro/escape-captivity#readme
Project-URL: Issues, https://github.com/anjomro/escape-captivity/issues
Project-URL: Source, https://github.com/anjomro/escape-captivity
Author-email: anjomro <py@anjomro.de>
License-Expression: EUPL-1.2
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: click
Requires-Dist: httpx[http2]
Description-Content-Type: text/markdown

# escape-captivity

[![PyPI - Version](https://img.shields.io/pypi/v/escape-captivity.svg)](https://pypi.org/project/escape-captivity)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/escape-captivity.svg)](https://pypi.org/project/escape-captivity)

-----

**Table of Contents**

- [About](#about)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## About

This is a tool designed to automate the process of solving captive portals, commonly found in public Wi-Fi networks.

Currently solvers especially for multiple German railway providers are implemented.

This tool is only intended to be used for educational purposes and should not be used in real-world scenarios,
as it may violate terms of sevice.
Use at your own risk, no liability is assumed.

## Installation

```console
pip install escape-captivity
```

# Usage

Simply use any terminal to run the following command:
```console
escape-captivity
```

## License

`escape-captivity` is distributed under the terms of the [EUPL-1.2](https://spdx.org/licenses/EUPL-1.2.html) license.
