Jump to content
UBot Underground

Incrementally Adding A List From A File


Recommended Posts

Hey everyone,

 

Got another issue I can't seem to figure out. This one should be easy, but for some reason I just can't put it together.

 

So I've got a huge list with 100k+ rows that I need to use over the course of around 100 loops. But when I try and create a table out of the file, I think it's too big because Ubot just locks up and stops responding. I was wondering if there is any way to add 2,000 rows from the file for each loop, so I don't have to upload the entire 100K and grab from that in my loops.

 

Basically: upload from file 2,000 rows and add to a list, complete the loop using the list, on the next loop upload the next 2,000 rows to the same list.

 

I can't seem to get around adding the entire file to a list at the beginning of the script.

 

Any help is appreciated as always!!!

 

Thanks,

 

Cnotey.

Link to post
Share on other sites

Try to manually split your original file into multiple, smaller, files and load them sequentially.

 

Somehow I knew this was gonna be the answer! arrrrrg.

 

Thanks for your help as always!

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...