You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A very simple python script that checks the SEC website for updates on the Bitcoin ETF.
Tired of pressing "F5" all day waiting for an update from the SEC before March 11th 2017? This simple script will automate that process for you and tell whether or not there has been an update on the Bitcoin ETF.
Step 1: Downloand and install Python.
Step 2: Open up Python IDLE.
Step 3: Go to File-> New File.
Step 4: Copy & Paste the contents of https://github.com/coinables/python-bitcoin-etf/blob/master/etf.py into the new file you just created.