Skip to content

Instantly share code, notes, and snippets.

View GannyS's full-sized avatar

GannyS GannyS

  • Chennai
View GitHub Profile
@GannyS
GannyS / automatic-login-kiteconnect.py
Last active February 23, 2023 07:20 — forked from oldmonkABA/automatic-login-kiteconnect-selenium.py
Kite-connection using plain old requests library in python
# -*- coding: utf-8 -*-
import json
import os
import logmatic
import logging
from logging.config import dictConfig
import requests
from http import HTTPStatus
__author__ = "GannyS"