Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
/ python-riot-auth Public archive

A Python 3 library to get various Riot tokens and get around Cloudflare's filter during auth.

License

Notifications You must be signed in to change notification settings

floxay/python-riot-auth

Repository files navigation

riot-auth

auth test workflow

The goal of this project is to bypass Cloudflare's filters (403, error code: 1020).
To do this TLS 1.3 cipher suites and signature algorithms are set via ctypes using Python's bundled libssl in RiotAuth.create_riot_auth_ssl_ctx().
Currently HTTP/2 is not being used as HTTP/1.1 does not appear to be an issue, ...and aiohttp does not support it.

Installation

  • $ pip install git+https://github.com/floxay/python-riot-auth.git

Examples

  • Example(s) can be found in the examples folder.

About

A Python 3 library to get various Riot tokens and get around Cloudflare's filter during auth.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages