Skip to content

Instantly share code, notes, and snippets.

View smaybius's full-sized avatar

AceOfSpadesProduc100 smaybius

  • 09:03 (UTC -04:00)
View GitHub Profile
### Keybase proof
I hereby claim:
* I am smaybius on github.
* I am smaybius (https://keybase.io/smaybius) on keybase.
* I have a public key ASBoaftRXwbD_7slpeFmfHQkPyeUwdkE2-3hhSHh_o0eXQo
To claim this, I am signing this object:
@smaybius
smaybius / scrape_deviantart_folders.py
Last active November 10, 2024 03:56
DeviantArt gallery folder page scraper (written by ChatGPT)
import requests
from bs4 import BeautifulSoup
import re
import sys
import time
import random
import datetime
import json
base_url = f"https://www.deviantart.com/{sys.argv[1]}/gallery"