September 4, 20169 yr This is in the bin while I work on more important stuff. Will eventually do it though.I'm currently doing planning for creating a library that script creators would be able to reference in their script, setup then be able to have their users change their script settings along with check up on the script via a website at any time. I am also planning on creating a piece of external software that will allow users to start new bot instances or close old ones via the website.I am also thinking that later down the line, I may also looking into creating either an AIO that allows you to change what to train and where via the website OR, have it be able to load scripts inside it and then change which script is active (I expect this to be difficult to get nicely working).Setup for Script creators would be something along the lines of: Create account on website, download library Reference the library in script. Get a script API key specific for that script and pass it to the instance of the library in the script. Assign all the variables that should be modifiable in the script. Assign all the variables that should be view-able in the script. Do the same in the website. Script creators will also be able to view global data about the use of their script (similar to what many script creators currently have) Setup for Script users will be something along the lines of: Create account on website. Select Add Script, which will give a unique key for the user to input into the script. Input the key into the script and start. If a user is using the program that will stop/start bot instances, this should all be done automatically. Each unique key will be counted as a separate instance of a bot, it is recommended that the same unique key is used for one account only.The website will show the information regarding current instance of the bot using this unique key, the previous instances and total. I'm well aware this will be a fairly big task, but I will keep this thread updated on my progress, I think its within my capabilities to do however will likely take some time to get functioning well and released. Would love any and all feedback on what features I should and shouldn't have, and any tips on how I should handle certain things, along with any problems you think I may encounter. Edited September 27, 20169 yr by venetox