BenBot

Python wrapper for BenBot API.


Keywords
benbot, fortnite, fortnite-wrapper, benbot-wrapper
License
MIT
Install
pip install BenBot==0.0.4

Documentation

BenBot

Python wrapper for BenBot.

Requires: Python 3.x BenBot Version: 0.0.3

Installing:

Synchronous:

Windows: py -3 -m pip install BenBot
Linux/macOS: python3 -m pip install BenBot

Asynchronous:

Windows: py -3 -m pip install AsyncBenBot
Linux/macOS: python3 -m pip install AsyncBenBot

Example:

import BenBot

BenSearch = BenBot.getSkinId("Ghoul Trooper")
print(BenSearch)

This would output:
CID_029_Athena_Commando_F_Halloween

The list of functions is on the Wiki.