We have sent you an email with the setup. Please install DataKund on your windows and run the bot
Download Datakund to run this Bot on your Desktop If already downloaded , please run datakund on your desktop Then hit the Run Button which will show Above You can also run the bot in Telegram
Decription
How to make this Bot
Output
Code
Scrapes Indices FromTrading View Market
TradingView is a powerful technical analysis tool for both novice and experienced investors and traders. It is reliable, comprehensive, and has most of what you need day-to-day when trading
Indices are a measurement of the price performance of a group of shares from an exchange.
This bot helps to scrape the indices from Trading View Market
How to Scrape Indices From Trading View?
Run the bot and click on submit
Bot will visit tradingview.com and scrape the indices and save them in xlsx or json file.
Download the sample output for the bot in XLSX and JSON format.
curl -X POST https://api.datakund.com:5000/run_bot -H "Content-Type: application/json" -d "{"bot":"trading_view_market_indices","user":"user_id","outputdata":{}}"
Bot Studio
from bot_studio import *
dk=bot_studio.new()
res=dk.trading_view_market_indices()
#res={"body":{data},"errors":{},"success_score":100}
DataKund
var datakund=require("datakund");
datakund.trading_view_market_indices(function(response){
console.log(response);
})
Please login to run the bot
Enter the Inputs and Hit Submit
0 credits left. Please recharge to continue
Click on Switch to the automated browser to see bot runing.