Skip to content

Instantly share code, notes, and snippets.

View guy0090's full-sized avatar

Luke guy0090

  • 23:25 (UTC +02:00)
View GitHub Profile
from urllib.error import HTTPError
import requests
#################################################################################
## To get your TradeAuth_Session and __RequestVerificationToken cookies,
## you need to login to your region's web trade market.
##
## Below is a list of all regions and their respective web market URLs, choose
## your region and login to the web market. Once logged in, open your DevTools
## (in Chrome: Ctrl + Shift + I or F12) and click the Network tab.
const axios = require('axios')
/**
* To get your TradeAuth_Session and __RequestVerificationToken cookies,
* you need to login to your region's web trade market.
*
* Below is a list of all regions and their respective web market URLs, choose
* your region and login to the web market. Once logged in, open your DevTools
* (in Chrome: Ctrl + Shift + I or F12) and click the Network tab.
*
* On the Web Market, click on a category and then subcategory from the
@guy0090
guy0090 / xxf.zsh-theme
Last active October 19, 2018 20:03 — forked from xfanwu/xxf.zsh-theme
Yet another theme for oh-my-zsh
# Copy and self modified from ys.zsh-theme, the one of default themes in master repository
# Clean, simple, compatible and meaningful.
# Tested on Linux, Unix and Windows under ANSI colors.
# It is recommended to use with a dark background and the font Inconsolata.
# Colors: black, red, green, yellow, *blue, magenta, cyan, and white.
# http://xiaofan.at
# 2 Jul 2015 - Xiaofan
# Machine name.
function box_name {
@guy0090
guy0090 / index.js
Last active February 21, 2017 18:00
const KYRAS_CATALYST_ID = 183456
const interval = 1 // Anything below 1 second is dangerous to use :^)
module.exports = function AutoClaim(dispatch) {
let enabled = false,
catAmount = 0,
location = null,
inventory = null,
@guy0090
guy0090 / jenkins.css
Created May 13, 2014 16:31
Jenkins css styling
/*!
* Bootstrap v3.1.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;