Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

mc-extras/minecraft_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinecraftAuth

A Ruby gem for testing Minecraft account authentication.

Installation

Add this line to your application's Gemfile:

gem 'minecraft_auth'

And then execute:

$ bundle

Or install it yourself as:

$ gem install minecraft_auth

Usage

require 'minecraft_auth'
account = MinecraftAuth.account('Jake0oo0', 'xXPasswordXx')

Contributing

  1. Fork it ( https://github.com/Jake0oo0/minecraft_auth/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Releases

No releases published

Packages

No packages published

Languages