Skip to content

Instantly share code, notes, and snippets.

@emrgncr
emrgncr / main.py
Last active September 27, 2022 17:59
A script to find anomallies in a player's winrates when playing with or against certain players in League of Legends maybe to identify wintraders
import argparse
from json import JSONDecoder, JSONEncoder
import math
import os
import time
import requests
from urllib.parse import quote_plus
@emrgncr
emrgncr / README.md
Created December 13, 2021 08:50 — forked from 101arrowz/README.md
Download a McGraw Hill Education eTextbook

Download a McGraw Hill Education eTextbook

If you purchase a textbook from McGraw Hill, the website to view it is clunky and only works on some devices. You can't go to specific page numbers, the search is super slow, etc. That's why I wrote this script to download the textbook as an ePub file for your own viewing.

Using this script is 100% legal. McGraw Hill publicly hosts their ebooks online in order for their web client to, download it. Moreover, to use it, you must already have purchased the book you would like to download, so it is legally yours to use as you please. However, it IS illegal to use this for piracy purposes. DO NOT DISTRIBUTE ANY TEXTBOOKS YOU DOWNLOAD USING THIS SCRIPT.