ouo_bypass_go

package module
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2025 License: MIT Imports: 11 Imported by: 0

README

ouo-bypass-go

A package to bypass ouo.io and ouo.press link shortener.

Features

  • Bypass reCAPTCHA v3.
  • Bypass ouo.io and ouo.press link shortener.

Installation

go get github.com/love98ooo/ouo-bypass-go

Usage

import (
    "fmt"
    ouoBypass "github.com/love98ooo/ouo-bypass-go"
)

func main() {
    url := "https://ouo.io/xxxxxx"
    bypassedURL, err := ouoBypass.Resolve(url)
    if err != nil {
        fmt.Println(err)
    } else {
        fmt.Println(bypassedURL)
    }
}

Contributing

Issue and PR welcome.

Acknowledgement

ouo-bypass-go is inspired by the following projects and so on:

License

This project is licensed under the MIT License. See the LICENSE file for details.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OuoBypass

func OuoBypass(ouoURL string) (string, error)

OuoBypass function to bypass ouo.io and ouo.press links

func RecaptchaV3

func RecaptchaV3() (string, error)

RecaptchaV3 function to bypass reCAPTCHA v3

func Resolve

func Resolve(ouoURL string) (string, error)

Resolve function to bypass ouo.io and ouo.press links

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL