api = dhanhq
required_people_intrested = (100 // 6)
url = "https://madefortrade.in/t/learn-algo-trading-with-python-codes-youtube-series/32718"
people_intrested = madefortrade.get_live_data(url)
if people_intrested > required_people_intrested:
print("🔴 BUILD ALGO LIVE SESSION ON YOUTUBE")
print("🔴 LIVE QUESTIONS AND ANSWER IMPLEMENTATION")
else:
print("Wait ⏳")
print("SEND ME YOUR ANSWER IN CODE")
2 Likes