MCPcopy
hub / github.com/fabston/TradingView-Webhook-Bot / get_timestamp

Function get_timestamp

main.py:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def get_timestamp():
16 timestamp = time.strftime("%Y-%m-%d %X")
17 return timestamp
18
19
20@app.route("/webhook", methods=["POST"])

Callers 1

webhookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected