Skip to content

Instantly share code, notes, and snippets.

@manitgupta
manitgupta / gist:6cf699ec655805cc51a0927bfc6e184f
Created September 17, 2022 13:26
jugaad trader sample code
from datetime import date, timedelta
from jugaad_data.nse import bhavcopy_save
from mysql_details import mydb
from mysql_details import cursor
import pandas as pd
from tenacity import retry, stop_after_attempt
from jugaad_trader import Zerodha
from sqlalchemy import create_engine
import urllib.parse
import pprint as pp
This file has been truncated, but you can view the full file.
2022-07-14T01:26:38.792+0530 [INFO] [org.gradle.internal.nativeintegration.services.NativeServices] Initialized native services in: /Users/manitgupta/.gradle/native
2022-07-14T01:26:38.800+0530 [INFO] [org.gradle.internal.nativeintegration.services.NativeServices] Initialized jansi services in: /Users/manitgupta/.gradle/native
2022-07-14T01:26:38.820+0530 [LIFECYCLE] [org.gradle.launcher.cli.DebugLoggerWarningAction]
#############################################################################
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
Debug level logging will leak security sensitive information!
https://docs.gradle.org/7.4/userguide/logging.html#sec:debug_security
#############################################################################