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, random | |
| from bs4 import BeautifulSoup | |
| requests.packages.urllib3.disable_warnings() | |
| attempts = 50 | |
| fname = "Name" | |
| zipcode = "zipcode" | |
| s = requests.session() |
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 js2py, time, requests, logging, json, ssl | |
| from requests.adapters import HTTPAdapter | |
| from requests.packages.urllib3.poolmanager import PoolManager | |
| from bs4 import BeautifulSoup | |
| from mods.logger import Logger | |
| log = Logger() | |
| class MyAdapter(HTTPAdapter): | |
| def init_poolmanager(self, connections, maxsize, block=False): | |
| self.poolmanager = PoolManager(num_pools=connections, |
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 asyncio | |
| from proxybroker import Broker | |
| import warnings | |
| import re | |
| warnings.filterwarnings("ignore", category=DeprecationWarning) | |
| amount = 75 | |
| proxylist=[] | |
| def discord(): | |
| print("\n".join(proxylist)) |