Code Monkey home page Code Monkey logo

koi's Introduction

koipy是一个Telegram 节点测速、连通性测试机器人,同时提供对接miaospeed后端的开源实现。 koipy是fulltclash的下游分支。

首先需要准备以下信息:

去 @BotFather 那里创建一个机器人,获得该机器人的bot_token,应形如:

bot_token = "123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11"

这步不会请Google。

可选信息:

⚠️koipy从1.2版本开始内置api_hash, api_id,你仅需要bot_token即可开始玩耍。当然你想用自己的api也可以。

Telegram 的api_id 、api_hash 获取地址 不会请Google。(部分TG账号已被拉黑,无法正常使用,尝试更换代理IP,IP干净成功率高,用机场节点就自求多福吧🙃)

docker 启动

1.创建config.yaml

services:
  ftcftc:
    image: rebecca554owen/koi:latest
    container_name: koi
    restart: always
    network_mode: host
    volumes:
        - ./config.yaml:/opt/config.yaml # 必须挂载配置文件
        - ./results:/opt/results # 结果存储文件夹

  1. 启动命令。
    docker compose up -d

koi's People

Contributors

rebecca554owen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.