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
local wezterm = require("wezterm") | |
local config = wezterm.config_builder() | |
config.front_end = "WebGpu" | |
-- One Dark colorscheme for background color | |
config.color_scheme = "OneHalfDark" | |
-- Font settings |
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
import os | |
import csv | |
import inspect | |
import random | |
import requests | |
from colorama import Fore | |
from bs4 import BeautifulSoup | |
data = [] |