Skip to content

Instantly share code, notes, and snippets.

@descaptico
descaptico / trademetrics.html
Created May 27, 2026 19:27
TradeMetrics-from-orderbook
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Zerodha Orderbook Metric Calculator</title>
<style>
:root {
color-scheme: light;
--bg: #f6f7f9;
@descaptico
descaptico / slackbot_joke.py
Created June 23, 2022 11:00
slack bot joke
import logging
import os
import re
print("fine till lin 4")
import pyjokes
from slack_bolt import App
from slack_bolt.adapter.socket_mode import SocketModeHandler
print("fine till lin 8")
SLACK_APP_TOKEN = os.environ["SLACK_APP_TOKEN"]