Skip to content

Instantly share code, notes, and snippets.

View realhackcraft's full-sized avatar
🤖
Being replaced by AI

Hackcraft_ realhackcraft

🤖
Being replaced by AI
  • 09:22 (UTC -03:00)
View GitHub Profile
@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 = []