Skip to content

Releases: Andor-py/PolyBius

PolyBuis v1.9.11

29 Jul 20:21
4f1b455
Compare
Choose a tag to compare

Installation

Download the PolyBius.zip below.
Extract it and configure the config_selfbot.py.
Launch main.py.

Library used

This selfbot uses discord.py-self, which isn't in pip (it's broken). That's why we use the git+ in requirements.txt.
If you can't install it / you don't have git (which is required to use pip with git+), don't ask for help here ^^
If you choose this way, make sure to install discord.py-self's requirements:

# Linux/macOS
python3 -m pip install -r requirements_discord.txt
# Windows
py -3 -m pip install -r requirements_discord.txt

PolyBuis v1.8

17 Jul 18:36
86f98c0
Compare
Choose a tag to compare

Installation

Download the PolyBius.zip below.
Extract it and configure the config_selfbot.py.
Launch main.py.

Library used

This selfbot uses discord.py-self, which isn't in pip (it's broken). That's why we use the git+ in requirements.txt.
If you can't install it / you don't have git (which is required to use pip with git+), don't ask for help here ^^
If you choose this way, make sure to install discord.py-self's requirements:

# Linux/macOS
python3 -m pip install -r requirements_discord.txt

# Windows
py -3 -m pip install -r requirements_discord.txt