1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 |
13 | **1 |
This file contains hidden or 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
// ==UserScript== | |
// @name FishingShit - ff14angler.com | |
// @namespace Violentmonkey Scripts | |
// @match https://*.ff14angler.com/* | |
// @match https://ff14angler.com/* | |
// @grant none | |
// @version 1.0.1 | |
// @author Scratch | |
// @description 8/25/2021, 6:19:31 PM | |
// @updateURL https://gist.github.com/Scrxtchy/18968ba71af320e1c3f790b94f2e66c6/raw/ff14Angler.user.js |
This file contains hidden or 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 bs4 import BeautifulSoup as bs4 | |
import requests | |
import pickle | |
#checkpoints = {"Tonberry":[], "Cactuar":[]} ## run these at some point to init datastorage | |
#pickle.dump(checkpoints, open("xiv.prog", "wb")) ## imaging spending time automating setup instead of gaming | |
x = requests.get('https://eu.finalfantasyxiv.com/lodestone/ishgardian_restoration/builders_progress_report') | |
soup = bs4(x.text, 'html.parser') | |
worlds = ["Tonberry", "Cactuar"] |
This file contains hidden or 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
@echo off | |
if [%~1]==[-w] goto :wireless | |
if [%~1]==[kill] goto :kill | |
goto :connect | |
:kill | |
D:\Scratch\Documents\Scrcpy\adb.exe kill-server | |
exit /b | |
:wireless |
This file contains hidden or 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
1488 | |
8=D | |
A55hole | |
abortion | |
ahole | |
AIDS | |
AIDs | |
ainujin | |
ainuzin | |
akimekura |
This file contains hidden or 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
<Themes> | |
<Theme Name="Dark Transparent NEW" GUID="{e8a77904-0427-4f80-9bfc-079ca88bf65d}"> | |
<Category Name="ACDCOverview" GUID="{c8887ac6-3c60-4209-9d69-8f4c12a60044}"> | |
<Color Name="Body"> | |
<Background Type="CT_RAW" Source="FF252526" /> | |
<Foreground Type="CT_RAW" Source="FFF1F1F1" /> | |
</Color> | |
<Color Name="H1"> | |
<Foreground Type="CT_RAW" Source="FF84CEFF" /> | |
</Color> |
This file contains hidden or 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
10-18 15:24:35.608 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["user-subscribe-events-v1.90707410"]}, "type":"LISTEN"} | |
10-18 15:24:35.613 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["whispers.90707410"]}, "type":"LISTEN"} | |
10-18 15:24:35.868 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["presence.90707410"]}, "type":"LISTEN"} | |
10-18 15:24:35.869 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["friendship.90707410"]}, "type":"LISTEN"} | |
10-18 15:24:35.871 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["chatrooms-user-v1.90707410"]}, "type":"LISTEN"} | |
10-18 15:24:37.956 18746 18927 E twitch-scratch-send: webs |
This file contains hidden or 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
import requests, json, sys, tempfile, shutil, pathlib, os, zipfile, re | |
#TODO: Animated and Audio files | |
sID = sys.argv[1] | |
meta = requests.get('http://dl.stickershop.line.naver.jp/products/0/0/1/{0}/android/productInfo.meta'.format(sID)).json() | |
meta['title']['en'] = re.sub(r'[:"%\/<>\^\|\?]', '_', meta['title']['en']) | |
print (meta['title']['en']) |
This file contains hidden or 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
import requests, json | |
from base64 import b64encode | |
from hashlib import md5 | |
config = { | |
"username":"[REDACTED]", | |
"password":"[REDACTED]", | |
"postcode":"3000", |
NewerOlder