Skip to content

Instantly share code, notes, and snippets.

View bluekidds's full-sized avatar

Fu-Chun Hsu bluekidds

  • Kapiche
  • Brisbane
View GitHub Profile
@bluekidds
bluekidds / fetch_stocks_price.py
Created March 4, 2017 08:28 — forked from dolphinsue319/fetch_stocks_price.py
Fetch Taiwan OTC stocks price.
# coding=utf-8
import StringIO
import csv
import requests
from bs4 import BeautifulSoup
import time
import random
from Models import *