Skip to content

feel2code/vpn_wireguard_mirror_bot

Repository files navigation

vpn_wireguard_mirror_bot

Interactive telegram bot for automate VPN clients. Based on async aiogram.

Installation

git clone https://github.com/feel2code/vpn_wireguard_mirror_bot.git
cd vpn_wireguard_mirror_bot
pip install -r requirements.txt

Configuration

cp env.template .env

Edit .env file and set the following variables:

BOT_TOKEN=
SERVICE_NAME=
ADMIN=
FS_USER=
DB_NAME=
DEMO_REGIME=1
HOST_AND_PORT=

Run

python3 main.py

Features

  • Wireguard
  • proxy

License

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

Planning:

  • Need to update architecture to use flags in db for each service (wg, proxy, vray)

About

Interactive telegram bot for automate VPN clients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published