Skip to content

Instantly share code, notes, and snippets.

@ganigithub
Last active June 27, 2022 15:33
Show Gist options
  • Save ganigithub/d554e76f8653edf0e6755fdc576fd7a9 to your computer and use it in GitHub Desktop.
Save ganigithub/d554e76f8653edf0e6755fdc576fd7a9 to your computer and use it in GitHub Desktop.
class Minute():
def __init__(self):
self.login(webdriver_path, url, user_id, pwd, totp)
self.inspect(x_dev_tools,y_dev_tools,x_bottom_symbol,y_bottom_symbol,x_network,y_network,x_xhr,y_xhr,x_refresh,y_refresh)
self.d1 = self.minute_data(x_day_chart,y_day_chart,x_min_chart,y_min_chart,x_minute_url,y_minute_url,x_response,y_response,x_data,y_data)
def login(self, webdriver_path, url, user_id, pwd, totp):
# function body
def stock_1(self, driver):
#function body
def inspect(self,x_dev_tools,y_dev_tools,x_bottom_symbol,y_bottom_symbol,x_network,y_network,x_xhr,y_xhr,x_refresh,y_refresh):
#function body
def minute_data(self,x_day_chart,y_day_chart,x_min_chart,y_min_chart,x_minute_url,y_minute_url,x_response,y_response,x_data,y_data):
#function body
def final_data(self, data):
#function body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment