npm package to help you build better crypto trading Apps

SOLEXI

Registered Member
Joined
Sep 23, 2023
Messages
84
Reaction score
31
Recently i was building a bot that can calculate and analyze crypto data using lot of logics + AI.
One thing was missing, scrapping Crypto Data from Trading view, There is a package on python TVDataFeed.
but my bot/app was in node js.
so what did i do?
i built a TradingViewDataFeedClient for Js.
Ladies and Gentle men, allow me to introduce you to tvdatafeedclient-js.
 

Attachments

  • Screenshot 2025-08-24 145442.png
    Screenshot 2025-08-24 145442.png
    226.2 KB · Views: 24
Nice work, that’s a handy solution for anyone building trading tools in Node. Having a JS version opens it up to way more devs. Curious if you plan to add extra features beyond scraping.
 
Nice work, that’s a handy solution for anyone building trading tools in Node. Having a JS version opens it up to way more devs. Curious if you plan to add extra features beyond scraping.
Thank you bro, currently it authentication is "unauthorized user" i'm planning to provide means for users to login and cache their x-auth, though using it as an unauthorized user has no limit, then i'm planning to see how live scrapping will be possible, getting latest data in real time as the market moves.
The package is actually open for contributions
 
Thank you bro, currently it authentication is "unauthorized user" i'm planning to provide means for users to login and cache their x-auth, though using it as an unauthorized user has no limit, then i'm planning to see how live scrapping will be possible, getting latest data in real time as the market moves.
The package is actually open for contributions
That sounds solid, especially the idea of live scraping. Real-time data would make it a game changer. Since it’s open for contributions, are you mainly looking for devs to help with the live data side, or just open to any improvements people want to add?
 
That sounds solid, especially the idea of live scraping. Real-time data would make it a game changer. Since it’s open for contributions, are you mainly looking for devs to help with the live data side, or just open to any improvements people want to add?
The contribution can be improvement suggestion or dev cloning and improving it. So anyone can contribute
 
Thread moved to a more suitable sub-forum. This is the VT for the downloaded zip file from github:
Code:
https://www.virustotal.com/gui/file-analysis/YmNmMjk3MDE4NWE0NjA4NWQ4ZGNkMDg2M2FlZjNmODQ6MTc1NjEwMzg1Mw==
 
Back
Top