-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RE] invite-only "manage permissions" #61
Comments
Good news, I managed to implement this functionality I'm not an expert in TS or JS, but I modified locally the JS files so it does exactly what I need. I think hundreds of users (at least) have been begging TV to support better management of invite only scripts so this could be big value as TV are not planning much in that area AFIK |
could be interesting...what would we have to call this project then? Maybe "add-tradingview-alerts-and-sync-tradingview-invites-tool"? has a nice ring to it... |
That's a very techie response :) you need a bit of business mindset too sometimes! _Tradingview manager pro, supporting all repetitive tasks required for signal managers including:
Anyways, here are the changes in case any one else can benefit from them...appreciate that maybe this tool would be best to keep solving a single problem, maybe a separated one based on this (reusing many of the problems you already solved, auth, setup of chromium, etc) tv-page-actions.js changes: };
}` changes to 'add-alerts.js' The YAML file will require this extra field for the expiry date of the permission: and the txt file will only use one column with each username that needs to be added: |
That looks spectacular 😮 People requiring to add hundreds of alerts fit into this profile:
Is not in my best interest that you charge me more, of course, but I'm personally willing to pay from $50 to $100 a month for something that takes away ALL this hassle so I can focus on what I do which is building great strategies and selling them. As long as TV don't decide to release these features officially you got yourself a great opportunity to monetise it (maybe for a year?). By the way, even though my code above is editing the value of the expiry date HTML input, the form seems to be reset back to its original value right before being submitted which made all my effort a waste of time :( I tried triggering manually some events like onType, onChange, onKeyUp, down, etc to try to find which event is updating their data model so it doesn't get reset back to default value but I ended up giving up. I'm sure it's doable but ran out of spare time to keep hacking around now. I checked what their javascripts are doing, and its really complicated, I suspect they use vendor.js to protect from UI automation...who knows. |
Hours spent chasing a solution and coming up empty-handed? I can relate.. took a brief look at TV's user management of private indicators...I think it's doable for automation, but frankly been heads-down trying to hammer out the frontend (any day now...right? 🙄 ). super strange there's no api to manage that. can imagine what a hassle that is for creators... Thanks for weighing in - especially on pricing - those numbers are in-line with what I was thinking. Perhaps I'll circle back with you and we could collaborate on a zoom call or something.. |
Absolutely! Collaboration works for me maybe not your cup of tea, but this is what I spend most of the time on these days |
@mlake hijacking this topic to ask your opinion. i have implemented this feature and would like to know if you are open to accept an MR for the same. if you have a business idea and you think this can be problematic, i will refrain from raising a MR. Thanks |
Hi, there are tools for this. Try: https://www.tradingintegration.com/ |
Also, there are other unofficial solutions for this. Try: |
Hi guys, apologies for raising as an issue here.
I use extensively the add tradingview alerts tool, I really love it!!!
I was wondering if any of you was aware of any similar tool but to add permissions for invite-only scripts?
It'd be great if you could consider adding it. My first impression is that it should be at least way more simple than adding alerts as there's only a few fields and not many edge cases, and given that you have already the auth and chromium platform sorted out it would be a great addition!
I know MANY existing users of adding alerts would have a strong interest in being able to add permissions too.
Thanks!
The text was updated successfully, but these errors were encountered: