Athena icon indicating copy to clipboard operation
Athena copied to clipboard

A library for interacting with the Fortnite API, XMPP, Parties and more!

Athena2

Athena is a java library for interacting with the Fortnite/Epic Games API.

Features

Check out all the features of Athena here.

This list is probably outdated but will give you a good idea of capabilities!

Examples

Basic usage with only the API (Disables XMPP)

final var athena = Athena.athenaWithoutXMPP("username", "password");

Full usage with XMPP.

final var athena = Athena.athenaWithXMPP("username", "password");

These are only default configurations, if you want more customization then check out this.

You can find party example code here.

Check out other examples here

Notes

It is recommended that if you are going to create a bot that will be constantly re-logging from testing and other events then you should use Device Auth. After awhile, Epic will prevent you from logging in and you will have to complete a captcha. To get around this you can use Device Auth. The documentation can be found here

Documentation

The wiki will cover some stuff, but not all. Contact me on discord vrekt#4387 for further help or questions.

TODO

  • Make events system better
  • Finish parties
  • General cleanup and QOL
  • GraphQL stuff
  • MCP
  • Fix shop

Credits