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 os | |
import subprocess | |
import sys | |
def get_size(start_path): | |
total_size = 0 | |
for dirpath, dirnames, filenames in os.walk(start_path): | |
for f in filenames: | |
fp = os.path.join(dirpath, f) | |
# skip if it is symbolic link |
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 PIL import Image, ImageEnhance, ImageFilter | |
from selenium import webdriver | |
import time | |
import json | |
import pytesseract | |
from pytesseract import Output | |
import pyautogui | |
from Foundation import NSData | |
from AppKit import NSPasteboardTypePNG, NSPasteboardTypeTIFF, NSPasteboard | |
import subprocess |
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 { ethers } from 'ethers'; | |
import fetch from "node-fetch"; | |
import * as utils from "@0x/protocol-utils"; | |
import { providerUtils, BigNumber } from '@0x/utils'; | |
import { ContractWrappers } from '@0x/contract-wrappers'; | |
import * as contractAddresses from "@0x/contract-addresses"; | |
import Web3 from 'web3'; | |
const web3 = new Web3(process.env.RPC_URL); | |
import dotenv from 'dotenv'; |
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
const express = require('express'); | |
const cors = require('cors'); | |
const axios = require('axios'); | |
const app = express(); | |
app.use(cors()); | |
app.use(express.json()); | |
console.log( 'running server') | |
app.get('/api', async (req, res) => { |
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 pyautogui | |
from functools import partial | |
import mss | |
import webbrowser | |
import time | |
screen_size = pyautogui.size() | |
def clicked_captchas (btn1, btn2, input): |
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
<div id="page"></div> |
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
04028789a5eea795c7b61b42ef2825876914cc9d46797520a332ac6c43b61fd4f6d99e29c952f4e2e05f31d1360ca2aae848a111c5c4f963769bd905514bf37898;moskalyk |