This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* 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%; |