Skip to content

xMistt/FortniteRuby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages