This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:3E467EF154AAA1D0C7DFA694E45CB17F1940CA52]
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:3E467EF154AAA1D0C7DFA694E45CB17F1940CA52]
import subprocess | |
import sys | |
import os | |
def output_to_pager(text, command=None): | |
if not sys.stdout.isatty(): | |
for line in text: | |
sys.stdout.write(line + os.linesep) | |
return |
I hereby claim:
To claim this, I am signing this object:
from selenium import webdriver | |
import time | |
driver = webdriver.Chrome("drivers\chromedriver.exe") | |
driver.set_page_load_timeout(10) | |
driver.get("https://groups.yahoo.com/neo/groups/oresis_alumni/photos/photostream") | |
time.sleep(30) | |
n = 1 |