Deprecated in favor of https://github.com/tildearrow/furnace/wiki/Unimplemented-sound-systems
This file contains hidden or 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
### 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: |
This file contains hidden or 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 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" |