TeleDark / v2ray-tel-bot

Getting V2Ray account information through a Telegram bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V2Ray Telegram bot: Getting V2Ray account information through a Telegram bot.

Install & Upgrade

bash <(curl -Ls https://raw.githubusercontent.com/TeleDark/v2ray-tel-bot/main/install.sh)

setup

  1. Enter the bot source folder using the command cd ~/v2ray-tel-bot/
  2. open the config.yml file and put your Telegram bot token and information related to your panels in it. open with nano config/config.yml.
  3. If you want to customize the Telegram bot messages, edit the messages.yml file using the nano config/messages.yml command
  4. restart your server using the reboot command.

Install with Docker

  1. Install Docker:

    bash <(curl -sSL https://get.docker.com)
  2. Clone the Project Repository:

    git clone https://github.com/TeleDark/v2ray-tel-bot.git
    cd v2ray-tel-bot
  3. open the config.yml file and put your Telegram bot token and information related to your panels in it

    nano config/config.yml
  4. Start the Service

    docker compose up -d

Features

  • Account Information Retrieval: Retrieve account information using Subscription Link, QRCode, UUID, Vless, Vmess, Shadowsocks, and remark.
  • Dockerized: The project is Dockerized for easy deployment and scalability.
  • Channel Membership Requirement: Optionally, you can enforce users to join a specific channel before accessing the account information. You can configure the channel_id in the config.yml file.

▶️ Watch how to setup on YouTube.


❤️ Donate

BTC

Address: bc1qtx3s7vntrj2aa82kmxx37scyyhv2hgch2ljrc0

TRON

Address: TFvdz2LxQRr5bPM5zrawH7UdaqA6jj5J4L

USDT (TRC-20)

Address: TJwCKAVnD54xLWzjjb5YecspVVKgbJBvuH

About

Getting V2Ray account information through a Telegram bot.

License:GNU General Public License v3.0


Languages

Language:Python 86.4%Language:Shell 11.8%Language:Dockerfile 1.8%