Create tutorial for non technical or non coding background traders or prepare ready to use product

dear sir,
please prepare a step by step tutorial youtube video for non technical or non coding background traders from scratch who want to use upstox api or please create a ready to use product for non technical traders which they can use with their credentials similar product was previously available on the upstox website which was created by HOWUTRADE about 5-6 years ago.

Thank you for the feedback. This is part of our long-term roadmap.

Is there any working code to be used with python to get the historical and intraday data ? . There is no basic information available on this regard. Give use full information how to use the api with tested python code. Another one is the redirected url issue. can we use dummy url like 127.0.0.1 or need real url. if the real url is needed, give information how to work with real url’s .

You can refer to the example code here:

It includes both cURL and Python examples, along with test cases.

For local testing, you can use http://localhost instead of 127.0.0.1. However, for your production environment, you’ll need to use a valid domain.