- Change Flow For All Users At Same Time
First Enable Api In Your Marzban , You Can Enable It By Adding DOCS=True To Your env File
You Need To Change These Variables In File Before You Run It , You Can Do It With nano in Linux And VSCode In Windows
username = 'username'
password = 'password'
DOMAIN = 'domain.com'
PORT = '12345'
git clone https://github.com/M03ED/Marzban_Flow_Select
cd Marzban_Flow_Select
wget -qO- https://bootstrap.pypa.io/get-pip.py | python3 -
python3 -m pip install -r requirements.txt
python3 flow.py
- Download Project And Extract It
- Install Python +3.10
- Open cmd
- Run These Commands
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip install -r requirements.txt
Now You Can Run Script With This Command
python flow.py
If You See A Bug Or You Have Idea To Make Script Better You Can Make Pull Request And Commit The Changes