Keybase proof
I hereby claim:
- I am ovo on github.
- I am aborts (https://keybase.io/aborts) on keybase.
- I have a public key ASDpDVWwX3Ep3ZO-rG_Fw4rbfWx1AnGduykMAra3ArwqKwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
/* https://www.reddit.com/subreddits/mine/ */ | |
const delay = 350; // Lowest delay without ban | |
const els = Array.from(document.getElementsByClassName('option active remove login-required')); | |
els.forEach((el, i) => { | |
setTimeout(() => { | |
el.click(); | |
}, i * delay); | |
}); |
### Keybase proof | |
I hereby claim: | |
* I am suprm on github. | |
* I am imapct (https://keybase.io/imapct) on keybase. | |
* I have a public key ASByPJDp-QBP6WoEirgJuhikhpWAQFUh_JXF0-8dsrI80wo | |
To claim this, I am signing this object: |
import os | |
import requests | |
import urllib.request | |
from bs4 import BeautifulSoup | |
SUPREME_SEASON = 'fallwinter2019' | |
r = requests.get('https://supremenewyork.com/previews/' + SUPREME_SEASON + '/all') | |
soup = BeautifulSoup(r.text, 'html.parser') |