Skip to content

Instantly share code, notes, and snippets.

View moorer2k's full-sized avatar
🏠
Working from home

Moore moorer2k

🏠
Working from home
View GitHub Profile
This file has been truncated, but you can view the full file.
<html>
<head></head>
<body>
<div hidden="" by-polymer-bundler="">
<script>
(function() {
"use strict";
@moorer2k
moorer2k / mobileLoLChat.php
Last active February 25, 2020 19:29
A quick php class I put together to interface with the new mobile LoL chat (data captured from my iPad). Allows you to login to your LoL account and pull the basic info on a summoner ID. It's super fast and supports multiple ID queries.
<?php
/**
* Class leagueChat
*/
class leagueChat {
protected $username;
protected $password;