Jump to content
UBot Underground

[Free] Ubot Studio Project Accelerator


Recommended Posts

Generate Ubot Studio Code with one Click


http://www.bot-factory.com/wp-content/uploads/edd/2015/02/screenshot1.jpg

 

 

This tool will generate Ubot Studio Source Code for you.

My main goal is to automate some of the annoying and repetitive tasks you have to do for every bot your create.

 

If you have additional ideas, please let me know and I will try to add them over time.

​It should be something that is needed for almost every bot. Like loading / saving information's.
And it must be dynamic. That means that the code needs to be adjusted and modified (variables,list, tables,etc.)
If you are just looking for a static code snippet, then that's no the goal of this tool.

 

 

 

>> Click Here To Get Access NOW <<

  • Like 6
Link to post
Share on other sites

Couple of ideas I had in mind:


1. Support for MySQL to load / save data.
2. Additional defines commands to save data continuously (add instead of replace). And then a define to load everything and loop through the data. 
So instead of settings as it's now, the bot could also create code for ongoing data storage. Like URLs, or scraped data.

3. Defines to load / save lists and tables.

4. Support for large data plugin in addition to normal lists and tables.

But that will depend on user feedback and requests.

 

Cheers

Dan
 

  • Like 2
Link to post
Share on other sites

Wow Dan!! One of the very best shares I had seen. Thanks for the program.

 

I think in your ideas list you are getting at what I think would be awesome.

It would be to extend what you already have to multiple rows in the CSV file or SQLlite db.

The load would put the multiple rows into a grid, allow the user to CREATE new rows, UPDATE existing rows and DELETE rows and then save the modified table back to the CSV or database.

 

A simple example would be a proxy list with IP, PORT, Username, Password and you are allowing the user to work on the data in the bot and save the result.

Link to post
Share on other sites

Yo Dan,

One thing that would be nice, that I always include, is a function to trim the inputs before the save.

No Biggie but would be a nice touch ;)

Link to post
Share on other sites

Yo Dan,

One thing that would be nice, that I always include, is a function to trim the inputs before the save.

No Biggie but would be a nice touch ;)

 

What do you mean by "trim" exactly? Could you give an example?

 

Dan

Link to post
Share on other sites

Hi Dan,

I mean trim the whitespace before and after the input that can sometimes be present if someone copies the text into the ui. So I would have a define like:

 

define trimuserinput {
    set(#email$trim(#email), "Global")
    set(#password$trim(#password), "Global")
    set(#clientid$trim(#clientid), "Global")
    set(#clientseckey$trim(#clientseckey), "Global")
}

 

and then call that define before the save table or save sql

Hope that makes sense

 

Thanks

David

  • Like 1
Link to post
Share on other sites

Hi Dan

 

Nice share!

 

You could also consider adding Aymen's INI plugin into the program.

http://www.ubotstudio.com/forum/index.php?/topic/15252-free-ini-file-reader-plugin-save-read-data-on-the-fly/

 

I really like the INI plugin - great for storing account info / profiles. Better than CSV, and easy to work with. 

Link to post
Share on other sites

Couple of ideas I had in mind:

 

 

1. Support for MySQL to load / save data.

2. Additional defines commands to save data continuously (add instead of replace). And then a define to load everything and loop through the data. 

So instead of settings as it's now, the bot could also create code for ongoing data storage. Like URLs, or scraped data.

3. Defines to load / save lists and tables.

4. Support for large data plugin in addition to normal lists and tables.

 

But that will depend on user feedback and requests.

 

Cheers

Dan

 

 

Awesome share Dan and great ideas.

 

Support for MySql would be great. I often use MySql in 2 ways...

  1. Create a new MySQL table from a ubot table and then append the contents of the table. Caters for dropping the table first.
  2. If the table already exists, then append the table records to the MySQL table.

I guess it could expand to Drop Table, Empty Table etc..

 

When running my scrapers I've got into the habit of saving data to a file regularly (append) same as mentioned in option 2. So a +1 for that

 

Large Data plugin .... it's now a staple part of my Ubot Diet :)  but as with all plugins not as nice to debug... you just can't see the contents so, how about:

  • Code to either dump large-list/table out to a file for when debugging OR
  • Code to transfer large-list/table to temporary ubot-list/table - then destroy.
  • Or just... Convert ubot-list/table to Large-List/Table

Will think of some more..

Link to post
Share on other sites
  • 2 weeks later...

UPDATE V1.1


 


Added Static Config File Option to CSV and SQL Code


This will set the variable for the config file to the application folder. It will use the name you specify in the "Config File Name" field.

 

Convert Code to Local Dictionary Plugin. 

This tool will convert your normal variables to local dictionary plugin commands and functions.
  • Like 2
Link to post
Share on other sites

Awesome too Dan!

I got a suggestion:

Add another tab for favorite ubot commands.

It's like the favorite command from ubot 3.5 if you remember that.

For example you have the divider command on your favorite folder.

You will just click the "divider" link/button and it will be automatically copied to clipboard and ready to paste on the bot you are working on.

This will make the development faster especially if you have installed all the available plugins so you can isolate the ones you are always using and ready to use.

Hope it makes sense.

  • Like 1
Link to post
Share on other sites
  • 4 weeks later...
  • 1 month later...
  • 1 month later...
  • 1 month later...

>>Update<<


 


 


Download Link was broken.


Now everything is fixed.


 


I will also release an update version very soon.


 


Please send me your ideas:


support(ad)bot-factory.com


Link to post
Share on other sites
  • 4 weeks later...

Hi Dan, 

Great looking bit of kit here, thanks for sharing, 

 

however, I have entered my email and name, and clicked the activation link but only landed on a page that said i had been added to the Project Accelerator mailing list, 

I dont see a download link.

 

 

maybe i did something wrong ?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...