Skip to content

Instantly share code, notes, and snippets.

View ethnh's full-sized avatar
🤔
What's going on bro?

Ethan Hindmarsh For President 2040 ethnh

🤔
What's going on bro?
  • President of USA
  • USA
  • 18:05 (UTC -05:00)
View GitHub Profile
@ethnh
ethnh / gist:42795700a94014f4ffed28e54b4017c0
Created March 22, 2025 23:51
Discord.py-selfbot delete via discord data export archive messages index.json
import json
import os
import csv
import time
from datetime import datetime
from discord.ext import commands
# Load the index.json file
with open("index.json", "r") as index_file:
index_data = json.load(index_file)