Skip to content

Latest commit

 

History

History
executable file
·
45 lines (34 loc) · 2.62 KB

README.md

File metadata and controls

executable file
·
45 lines (34 loc) · 2.62 KB

PartyBot (previously fortnitepy-bot)

A fortnite XMPP bot coded in Python with party capabilites.

Discord Support

How do I get started?

  • Install Python 3.6 (suggested, any 3.x version should work, APART FROM 3.8 DO NOT USE 3.8 OR ELSE YOU'LL GET A LOT OF ERRORS.)

  • Then, if you're on Windows run INSTALL PACKAGES.bat. Any other OSes, these commands into terminal.

python3 -m pip install -U -r requirements.txt

Then fill out config.json with your configuration & run the fortnite.py file!

Commands

For a list of commands, click here.

Config Documentation

"email": "",                                                - The bot accounts email.
"password": "",                                             - The bot accounts password.
"cid": "CID_313_Athena_Commando_M_KpopFashion",             - The skin that the bot wears when it joins.
"bid": "BID_138_Celestial",                                 - The backpack that the bot wears when it joins.
"eid": "EID_Floss",                                         - The emote that the bot does when it joins.
"banner": "otherbanner28",                                  - The banner icon the bot uses.
"banner_colour": "defaultcolor15",                          - The colour of the banner icon.
"level": 100,                                               - Sets the clients level.
"bp_tier": 999999999,                                       - Sets the clients battle pass tier.
"status": "Created by xMistt, enjoy! <3",                   - Sets the clients presence.
"platform": "AND",                                          - Sets the clients platform seen in the lobby.
"debug": false,                                             - If you don't know what this means, ignore it.
"friendaccept": true                                        - If the bot will accept every friend request.

If you need help with !variants, check out the variants wiki page: https://github.com/xMistt/fortnitepy-bot/wiki/Variants Any further help you need, feel free to join our discord support server.

How can I contribute?

Fork this repo, add/fix what you want to do and then submit a pull request back.

Commons Clause License

By downloading this, you agree to the Commons Clause license and that you're not allowed to sell this repository or any code from this repository. For more info see https://commonsclause.com/.