Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.05 KB

README.md

File metadata and controls

50 lines (40 loc) · 1.05 KB

Marzban_Flow_Select

Features

  • Change Flow For All Users At Same Time

How To Use 💡

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'

Linux

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

Windows

  1. Download Project And Extract It
  2. Install Python +3.10
  3. Open cmd
  4. 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

Contributors

If You See A Bug Or You Have Idea To Make Script Better You Can Make Pull Request And Commit The Changes