Skip to content

A Python3 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

tunatuna1733/python-riot-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

riot-auth

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.
Currently HTTP/2 is not used as it does not appear to be an issue, ...and aiohttp does not support it.

Installation

  • floxay's original one
    • $ pip install git+https://github.com/floxay/python-riot-auth.git
  • This repository
    • $ pip install git+https://github.com/tuna-tuna/python-riot-auth.git
    • I added MFA support which is not implemented to the original one, but keep in mind that it is WIP.
      • Timeout, some specific errors, and so on are not implemented yet.

Examples

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%