Mathieu2301 / TradingView-API

📈 Get real-time stocks from TradingView
1.61k stars 354 forks source link

Tradingview login error #111

Open Elektroworld opened 2 years ago

Elektroworld commented 2 years ago

how can i log into tradingview and access personal indicators? i get sessionid error. where do you set your username and password?

kd-s-t commented 2 years ago

yeah how to set the sessionid...

kd-s-t commented 2 years ago

at UserLogin.js

googlebleh commented 2 years ago

don't provide a username and password. TradingView keeps track of who you are based on a "sessionid" text field it gives your browser to send back when you're on the site

here's how you'd get that sessionid text in chrome: https://youtu.be/E-j-vlDuYtA provide it as a string in the source, or via the command line in the examples