Skip to content

Instantly share code, notes, and snippets.

View thealchemist2016's full-sized avatar
💭
Learning

Michael James Byrd Jr thealchemist2016

💭
Learning
View GitHub Profile
@thealchemist2016
thealchemist2016 / example.py
Created June 21, 2020 09:20 — forked from gyaresu/example.py
Downloading a file with Selenium and Python
"""
Automatically downloading Excel file from a form.
Initially because accessing __doPostBack function was too hard to script in Python.
Software installed using conda and homebrew.
- selenium from conda
- geckodriver from homebrew
"""
import os
@thealchemist2016
thealchemist2016 / success.txt
Created April 15, 2019 19:21
I created this Gist with cURL!
Yay, cURL!
@thealchemist2016
thealchemist2016 / custom-ionic-tabs-and-nested-state-navigation.markdown
Last active March 1, 2019 21:45
Custom Ionic Tabs And Nested State Navigation