Skip to content

Instantly share code, notes, and snippets.

View realhackcraft's full-sized avatar
💪
Replacing AI

Hackcraft_ realhackcraft

💪
Replacing AI
  • 05:24 (UTC -03:00)
View GitHub Profile
@realhackcraft
realhackcraft / wezterm.lua
Created November 1, 2024 02:40
WezTerm configs
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
@realhackcraft
realhackcraft / main.py
Created January 5, 2023 19:21
Python webscraper using ChatGPT
import os
import csv
import inspect
import random
import requests
from colorama import Fore
from bs4 import BeautifulSoup
data = []