Sign inSign up

l1angth6/you_proxy

By l1angth6

Updated over 1 year ago

You.com chat => API

Image
0

3.2K

l1angth6/you_proxy repository overview

Build from https://github.com/YIWANG-sketch/YOUChat_Proxy

More info https://github.com/YIWANG-sketch/YOUChat_Proxy/blob/bypass-cf/usage.md

Some information:
Since the project author has not released updates on GitHub, please obtain and use the latest version from the author's channel if needed.
Versions of this project released in or before April 2025 are highly likely to result in the suspension of your you[.]com account. Please do not continue using them.
If you find this repository is automatically updated at some point in the future, you may try using it then.


vim docker-compose.yml

services:
  youchat-proxy:
    image: l1angth6/you_proxy:latest
    container_name: youchat-proxy
    ports:
      - "8080:8080"
    volumes:
      - ./config.mjs:/app/config.mjs
    environment:
      - USE_CUSTOM_MODE=true
     # - ENABLE_MODE_ROTATION=true
      - AI_MODEL=claude_3_opus
      - PASSWORD=yourpassword  # edit
    restart: unless-stopped

vim config.mjs

export const config = {
    "sessions": [
        {
            "cookie": `change to your You.com cookie`,
        }
    ]
}

docker compose up -d

view logs

docker compose logs -f

Tag summary

Content type

Image

Digest

sha256:447d192cb

Size

830.4 MB

Last updated

over 1 year ago

docker pull l1angth6/you_proxy