Metadata-Version: 2.1
Name: revivelink-bypass
Version: 0.0.2
Summary: UNKNOWN
Home-page: https://gitlab.com/florentclarret/revivelink-bypass
Author: Florent Clarret
Author-email: florent.clarret@gmail.com
License: MIT
Project-URL: Changelog, https://github.com/FlorentClarret/revivelink-bypass/blob/main/CHANGELOG.md
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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
Description-Content-Type: text/markdown
License-File: LICENSE

# revivelink bypass

|         |                                                                                                                                                                                                       |
|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| CI/CD   | [![CI - Test][tox-badge]][tox-workflow] [![pre-commit.ci status][pre-commit-badge]][pre-commit-result]                                                                                                |
| Package | [![PyPI - Version][pypi-badge]][pypi-website] [![PyPI - Python Version][pypi-version]][pypi-website]                                                                                                  |
| Meta    | [![code style - black][black-badge]][black-website] [![types - mypy][mypy-badge]][mypy-website] [![imports - isort][isort-badge]][isort-website] [![License - MIT][license-badge]][license-website]   |
| Misc    | [![Mergify Status][mergify-badge]][mergify-website]                                                                                                                                                   |

revivelink-bypass is a very simple open-source Python library to get links protected by [revivelink](https://revivelink.com/).

## Install

``` shell
pip install revivelink-bypass
```

## Usage

```python
from revivelink_bypass import get_links

links = get_links("http://revivelink.com/BYPASS")
```

# Contributing guide

Glad you want to help! To do so, you can read our [Contributing guide](CONTRIBUTING.md).

[black-website]: https://github.com/psf/black
[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg
[tox-badge]: https://github.com/FlorentClarret/revivelink-bypass/actions/workflows/tox.yml/badge.svg
[tox-workflow]: https://github.com/FlorentClarret/revivelink-bypass/actions/workflows/tox.yml
[pre-commit-badge]: https://results.pre-commit.ci/badge/github/FlorentClarret/revivelink-bypass/main.svg
[pre-commit-result]: https://results.pre-commit.ci/latest/github/FlorentClarret/revivelink-bypass/main
[pypi-badge]: https://img.shields.io/pypi/v/revivelink-bypass.svg?logo=pypi&label=PyPI&logoColor=gold
[pypi-website]: https://pypi.org/project/revivelink-bypass/
[pypi-version]: https://img.shields.io/pypi/pyversions/revivelink-bypass.svg?logo=python&label=Python&logoColor=gold
[mypy-badge]: https://img.shields.io/badge/types-mypy-blue.svg
[mypy-website]: https://github.com/python/mypy
[isort-badge]: https://img.shields.io/badge/imports-isort-ef8336.svg
[isort-website]: https://github.com/pycqa/isort
[license-badge]: https://img.shields.io/badge/license-MIT-9400d3.svg
[license-website]: https://spdx.org/licenses/
[mergify-badge]: https://img.shields.io/endpoint.svg?url=https://api.mergify.com/v1/badges/FlorentClarret/revivelink-bypass&style=flat
[mergify-website]: https://mergify.com


