https://github.com/feel2code/vpn_wireguard_mirror_bot
Interactive telegram bot for automate VPN clients
https://github.com/feel2code/vpn_wireguard_mirror_bot
Last synced: 3 months ago
JSON representation
Interactive telegram bot for automate VPN clients
- Host: GitHub
- URL: https://github.com/feel2code/vpn_wireguard_mirror_bot
- Owner: feel2code
- License: mit
- Created: 2025-02-13T00:09:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T10:49:09.000Z (about 1 year ago)
- Last Synced: 2025-02-28T20:28:40.135Z (about 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vpn_wireguard_mirror_bot
Interactive telegram bot for automate VPN clients. Based on async aiogram.
## Installation
```bash
git clone https://github.com/feel2code/vpn_wireguard_mirror_bot.git
cd vpn_wireguard_mirror_bot
pip install -r requirements.txt
```
## Configuration
```bash
cp env.template .env
```
Edit `.env` file and set the following variables:
```bash
BOT_TOKEN=
SERVICE_NAME=
ADMIN=
FS_USER=
DB_NAME=
DEMO_REGIME=1
HOST_AND_PORT=
```
## Run
```bash
python3 main.py
```
## Features
- [x] Wireguard
- [x] proxy
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Planning:
- [ ] Need to update architecture to use flags in db for each service (wg, proxy, vray)