Skip to content

Instantly share code, notes, and snippets.

View itsmeadarsh2008's full-sized avatar
๐Ÿ“€
GOLD RECORD Playing.

Adarsh Gourab Mahalik itsmeadarsh2008

๐Ÿ“€
GOLD RECORD Playing.
View GitHub Profile
import requests
from colorama import Fore, Style
import threading
# Function to send a single request to the specified URL
def send_request(url):
try:
response = requests.get(url)
if response.status_code == 200:
print(f"{Fore.GREEN}[SUCCESS]{Style.RESET_ALL} Request to {url} successful")
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9_]+$": {
"type": "object",
"properties": {
"_ask": { "type": "string" },
"value": {},
"_description": { "type": "string" }
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.