coinables/python-bitcoin-etf
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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. Step 5: Save Step 6: Go to Run-> Run Module or Press F5 to run