A powerful fortnite lobby bot written in TypeScript and powered by the fnbr library
- Download and install Node.js
- Download and extract the repo or git clone it
- Open the terminal and go into the unzipped directory
- Type
npm install
and wait - Rename
.env.example
to.env
and fill the values to fit your needs - Build the bot via the
npm run build
command - Run the bot via the
npm run start
command - Get an authorization code from here
- Paste the authorization code when asked and your bot should log-in
The bot configuration can be edited inside the src/config.ts
file
In order to load the .env file, you must have Node.js >= 20.6.0 installed, otherwise simply hardcode them in the config.ts file