This project is a work in progress. As a result, the bot may frequently be offline. Furthermore, some features may be unstable or incomplete!
Fortnite Bot is a Discord bot that allows you to remotely access your Epic Games account.
- Follow this invite link to add the bot to one of your servers.
- Run the
/account login
command and follow the on-screen instructions to log in. - The bot requires you to submit an "Auth Code". This is then automatically exchanged for an access token, which the bot will use to access your account on your behalf.
- Once you've logged in, you'll have access to all commands and features!
- You can use the
/account logout
command at any time if you no longer wish for the bot to have access to your account. Your access token will be immediately killed to keep your account secure.
- View your Epic Games account details and search for other users.
- Add/remove friends and block/unblock other Epic games accounts.
- View and manage your in-game Fortnite progress, including Battle Royale and Save The World game modes.
- View daily Save The World mission alerts. Receive notifications when certain rewards are available.
- View the progress of other Fortnite players.
- Fortnite Bot currently does not support Epic Games' XMPP services. This includes real-time in-game events such as party invites and whispers.
- Fortnite Bot can not be used to make in-game transactions such as purchasing V-Bucks or other items that cost real money.
- This bot uses the discord.py library to interact with Discord's API.
- This repository does a great job of documenting Epic Games' HTTP API and is what made this project possible.