# rebootpy ## Docs - [AdvancedAuth](https://mintlify.wiki/xmistt/rebootpy/api/advanced-auth.md): Smart authentication with automatic fallbacks and device auth generation - [Auth](https://mintlify.wiki/xmistt/rebootpy/api/auth.md): Base authentication class for rebootpy - [AuthorizationCodeAuth](https://mintlify.wiki/xmistt/rebootpy/api/authorization-code-auth.md): Authenticate with Epic Games authorization code - [Avatar](https://mintlify.wiki/xmistt/rebootpy/api/avatar.md): Avatar class for representing friend avatars - [BasicClient](https://mintlify.wiki/xmistt/rebootpy/api/basic-client.md): Lightweight client for making simple requests without party or XMPP support - [BlockedUser](https://mintlify.wiki/xmistt/rebootpy/api/blocked-user.md): API reference for the BlockedUser class - [Client](https://mintlify.wiki/xmistt/rebootpy/api/client.md): Full-featured Fortnite client with party, friends, and XMPP support - [ClientParty](https://mintlify.wiki/xmistt/rebootpy/api/client-party.md): ClientParty class API reference - [ClientPartyMember](https://mintlify.wiki/xmistt/rebootpy/api/client-party-member.md): ClientPartyMember class API reference - [CompetitiveRank](https://mintlify.wiki/xmistt/rebootpy/api/competitive-rank.md): API reference for the CompetitiveRank class - [CreativeIsland](https://mintlify.wiki/xmistt/rebootpy/api/creative-island.md): API reference for the CreativeIsland class - [DeviceAuth](https://mintlify.wiki/xmistt/rebootpy/api/device-auth.md): Authenticate with device auth credentials - [DeviceCodeAuth](https://mintlify.wiki/xmistt/rebootpy/api/device-code-auth.md): Authenticate with device code flow - [Enums](https://mintlify.wiki/xmistt/rebootpy/api/enums.md): Enumeration classes used throughout rebootpy - [Exceptions](https://mintlify.wiki/xmistt/rebootpy/api/errors.md): Exception classes raised by rebootpy - [ExchangeCodeAuth](https://mintlify.wiki/xmistt/rebootpy/api/exchange-code-auth.md): Authenticate with Epic Games exchange code - [Bot](https://mintlify.wiki/xmistt/rebootpy/api/ext/bot.md): Bot class for the commands extension - [Cog](https://mintlify.wiki/xmistt/rebootpy/api/ext/cog.md): Cog class and decorators for organizing commands - [Command](https://mintlify.wiki/xmistt/rebootpy/api/ext/command.md): Command class and decorators for the commands extension - [Context](https://mintlify.wiki/xmistt/rebootpy/api/ext/context.md): Context class for command invocation - [Converters](https://mintlify.wiki/xmistt/rebootpy/api/ext/converters.md): Converter classes for argument parsing - [Errors](https://mintlify.wiki/xmistt/rebootpy/api/ext/errors.md): Exception classes for the commands extension - [Friend](https://mintlify.wiki/xmistt/rebootpy/api/friend.md): API reference for the Friend class - [FriendMessage](https://mintlify.wiki/xmistt/rebootpy/api/friend-message.md): API reference for the FriendMessage class - [HTTP Utilities](https://mintlify.wiki/xmistt/rebootpy/api/http-utils.md): HTTPRetryConfig and Route classes for HTTP configuration - [BattleRoyaleNewsPost](https://mintlify.wiki/xmistt/rebootpy/api/news.md): API reference for the BattleRoyaleNewsPost class - [Party](https://mintlify.wiki/xmistt/rebootpy/api/party.md): Party class API reference - [Party Configuration Classes](https://mintlify.wiki/xmistt/rebootpy/api/party-config.md): DefaultPartyConfig and DefaultPartyMemberConfig classes - [Party Invitations](https://mintlify.wiki/xmistt/rebootpy/api/party-invitations.md): ReceivedPartyInvitation, SentPartyInvitation, and PartyJoinConfirmation classes - [PartyMember](https://mintlify.wiki/xmistt/rebootpy/api/party-member.md): PartyMember class API reference - [PartyMessage](https://mintlify.wiki/xmistt/rebootpy/api/party-message.md): API reference for the PartyMessage class - [Pending Friends](https://mintlify.wiki/xmistt/rebootpy/api/pending-friend.md): API reference for IncomingPendingFriend and OutgoingPendingFriend classes - [Playlist](https://mintlify.wiki/xmistt/rebootpy/api/playlist.md): API reference for the Playlist class - [Presence](https://mintlify.wiki/xmistt/rebootpy/api/presence.md): API reference for Presence, PresenceParty, and PresenceGameplayStats classes - [RefreshTokenAuth](https://mintlify.wiki/xmistt/rebootpy/api/refresh-token-auth.md): Authenticate with a launcher refresh token - [Stats](https://mintlify.wiki/xmistt/rebootpy/api/stats.md): API reference for the StatsV2 and StatsCollection classes - [Store](https://mintlify.wiki/xmistt/rebootpy/api/store.md): API reference for the Store and StoreItem classes - [User Classes](https://mintlify.wiki/xmistt/rebootpy/api/user.md): User, ClientUser, and BlockedUser class references - [AdvancedAuth](https://mintlify.wiki/xmistt/rebootpy/auth/advanced.md): Flexible authentication with automatic device auth generation - [AuthorizationCodeAuth](https://mintlify.wiki/xmistt/rebootpy/auth/authorization-code.md): Authenticate using Epic Games authorization codes - [DeviceAuth](https://mintlify.wiki/xmistt/rebootpy/auth/device-auth.md): Authenticate with device auth credentials (Recommended) - [DeviceCodeAuth](https://mintlify.wiki/xmistt/rebootpy/auth/device-code.md): Authenticate using device code flow with browser login - [ExchangeCodeAuth](https://mintlify.wiki/xmistt/rebootpy/auth/exchange-code.md): Authenticate using Epic Games exchange codes - [Authentication Overview](https://mintlify.wiki/xmistt/rebootpy/auth/overview.md): Overview of all authentication methods available in rebootpy - [Client and BasicClient](https://mintlify.wiki/xmistt/rebootpy/concepts/client.md): Understanding the core client classes in rebootpy - [Event System](https://mintlify.wiki/xmistt/rebootpy/concepts/events.md): Understanding events and event handlers in rebootpy - [Friends System](https://mintlify.wiki/xmistt/rebootpy/concepts/friends.md): Managing friends and friend requests in rebootpy - [Messaging System](https://mintlify.wiki/xmistt/rebootpy/concepts/messages.md): Sending and receiving friend and party messages - [Party System](https://mintlify.wiki/xmistt/rebootpy/concepts/parties.md): Managing parties and party members in rebootpy - [Presence System](https://mintlify.wiki/xmistt/rebootpy/concepts/presence.md): Understanding and tracking friend presence and status - [Cogs](https://mintlify.wiki/xmistt/rebootpy/extensions/cogs.md): Using cogs to organize commands into modular components - [Commands Extension](https://mintlify.wiki/xmistt/rebootpy/extensions/commands.md): Overview of the commands extension for building command-based Fortnite bots - [Context](https://mintlify.wiki/xmistt/rebootpy/extensions/context.md): Understanding and using the Context object in command handlers - [Build a basic bot](https://mintlify.wiki/xmistt/rebootpy/guides/basic-bot.md): Step-by-step guide to creating your first rebootpy bot - [Commands extension guide](https://mintlify.wiki/xmistt/rebootpy/guides/commands-extension.md): Learn how to use the commands extension to build feature-rich bots - [Error handling](https://mintlify.wiki/xmistt/rebootpy/guides/error-handling.md): Learn how to handle errors and exceptions in your rebootpy bot - [Running multiple clients](https://mintlify.wiki/xmistt/rebootpy/guides/multiple-clients.md): Learn how to run and manage multiple rebootpy clients simultaneously - [Party management](https://mintlify.wiki/xmistt/rebootpy/guides/party-management.md): Learn how to manage parties, members, and party settings - [Stats tracking](https://mintlify.wiki/xmistt/rebootpy/guides/stats-tracking.md): Learn how to fetch and work with Fortnite stats and competitive ranks - [Installation](https://mintlify.wiki/xmistt/rebootpy/installation.md): How to install rebootpy on your system - [Introduction](https://mintlify.wiki/xmistt/rebootpy/introduction.md): Asynchronous Python library for interacting with Fortnite and EpicGames' API and XMPP services - [Quick Start](https://mintlify.wiki/xmistt/rebootpy/quickstart.md): Get your first rebootpy bot up and running