0.0
No commit activity in last 3 years
No release in over 3 years
Gem for interacting with Fortnite/Epic Games API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.17.1
 Project Readme

Gem for interacting with Fortnite/Epic Games API.


Downloads Version Last Commit

Installing:

gem install fortniteruby

After installing, you can check out the documentation for FortniteRuby here.


Example:

require 'fortniteruby'

# An authorization code is a one-time code that can be used to generate an access token.
# It is a much better solution than email & password due to captcha restricting automation.

# You can get one from: https://www.epicgames.com/id/logout?redirectUrl=https%3A//www.epicgames.com/id/login%3FredirectUrl%3Dhttps%253A%252F%252Fwww.epicgames.com%252Fid%252Fapi%252Fredirect%253FclientId%253D3446cd72694c4a4485d81b77adbb2141%2526responseType%253Dcode

client = FortniteClient.new(authorization_code="cade611bedc14c8dab0c68bcf4d5d692")
client.authenticate()

puts client.displayName
=> FortniteAccount123