Jump to content
UBot Underground

steelersfan

Fellow UBotter
  • Content Count

    203
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by steelersfan

  1. I am having this same problem, and it is not related to the plugin. The plugin function you are referencing does not do what you think it does. It is for the users channel, and one must be logged in. I managed to scrape hundreds of video URL's, but after a specific number, Ubot flunks out and returns an error. Has anyone found a good way to scrape entire channels for video URL's?
  2. add to the body section of your style sheet: position: fixed; works perfectly!
  3. I am in need of some help here, big-time! I am utterly lost and bewildered, and I don't have a clue as to why this is so hard for me to grasp... I am having a huge problem in trying to figure out the logic, of how I should handle the list comparing behind a seemingly simple Twitter follow and unfollow structure. Please allow me to explain, and perhaps someone with experience can enlighten me to what I am doing wrong? I want to create a bot that goes to twitter, scrapes users to follow, follows them, then checks after a day or two who followed back, and unfollow those that don't follow back
  4. Another vote for some tutorials. Also, how do we add the datagrid to a custom HTML panel? Is this even possible? If not, are you planning to ever enable this? It is VERY important to people who want to have custom UI's!
  5. I am working on a program that needs API input by the end user. I have decided not to clutter the main UI with the API input and display information. (Twitter has 4 API codes to input, for it to work!) So, what I did, was I put the input of end-user API data to the UI window element. The bot uses aymen's free ini plugin (great resource btw!), so it stores the API data in an ini, and I pull each back as a variable, to display in the UI window. I then have a button that the end-user pushes to update the ini settings at any time, which ultimately re-writes the new input data into the ini file.
  6. I am trying to check the characters within input on my bot, but the $text length parameter is counting new lines and spaces. How can I keep it from counting carriage returns and spaces? I tested this with a few simple tests, for example if I write a text file such as: 1 1 Just two one's, each on their own line, the carriage return gets counted and the length shown in the debugger is 3. If I write the words "1 plus 1" I get 8, if I write it again on a new line, I get 17. Sadly, this riddle took me an hour to figure out, but now I am just at a loss of how to compensate for this. Hopefu
  7. Has this been updated for v5 and features added? When was last update?
  8. Is there no way to do this without a script? I want this tool to be an offline tool. As it is now, it is complete, all except for the ability to copy from the table properly.
  9. Which particular plugin would do the trick? Feel free to promote your own, anything will do. Thanks!
  10. I have created a bot that outputs a table to HTML in the browser window, but the table won't allow me to highlight when double or triple clicking any text area. Is this a bug within ubot, or am I doing something wrong? Table Code: ___NODEVIEWCOPY___1___NODEVIEWCOPY___ <tr> <th>First Name</th> <th>Last Name</th> <th>User Name</th> </tr> <tr> <td>___NODEVIEWCOPY___2___NODEVIEWCOPY___</td> <td>___NODEVIEWCOPY___3___NODEVIEWCOPY___</td> <td>___NODEVIEWCOPY___4___NODEVIEWCOPY___</td> </tr&g
  11. I am trying to create a bot that does all (or at least as many as possible) of the things with text that can be done here: http://textmechanic.com/ I am just wondering if it is even possible, or worth trying?
  12. So I actually ended up answering my own first question with some trial and error, it was indeed that I messed up on the actual regex (Lord, I hate regex!), and I found a pretty simple way to extract exactly what I needed from that specific text file. Answer: ui open file("File To Clean:",#file to clean) clear list(%clean this file) add list to list(%clean this file,$list from file(#file to clean),"Delete","Global") wait(1) set(#test,$find regular expression(%clean this file,"(?<=\\>)[a-zA-Z]*?(?=\\ \\()"),"Global") load html(#test) However, I am still wondering if there is a way to e
  13. I am trying to make a simple bot that can remove useless things from text files. Turning this: <option value="en">English (English)</option> Into this: English For this given example. However, I want to understand the best practice of how to find and replace things in a text file. What is the proper method to remove unwanted text from a text file and return only the wanted text to a list?
  14. I am trying to figure out how to strip unneeded text from a file with using regex. I am totally lost! I have been trying to use helloinsomnia's Regex Builder, to assist in my utter lack of regex understanding, but I seem to be unable to get it to work even with the help of that program. I am obviously doing something very wrong. I am simply trying to remove text in the following list: <option value="am">Amharic (አማርኛ)</option> <option value="ar">Arabic (العربية)</option> <option value="hy">Armenian (հայերեն)</option&
  15. No, not that. Switching variable output from what is displayed in the UI.
  16. Thank you Pash! Unfortunately, that is not what I was asking though. I want to understand a way to alter variables. Like for example, any given variable that has multiple options (Values separated by commas), the variable becomes the values set in the UI element. I want to display a specific set of variables in the dropdown or list box, but then have that variable set to a different text string. For example: "Tweets" in the dropdown Becomes "f=tweets" when the variable is passed to the navigate command. Sorry if I was confusing in the OP, it is an obscure request, I know.
  17. I want to use a twitter search selection in my UI, and I named the values with normal names (Tweets, Users, etc.). However, the problem is that the operands in twitter search are: f=tweets f=users etc. Is there a simple way to tie each variable name to the corresponding search operand? I know that I could just put the operands into the UI, but I want the end users to see normal text, and I know that I can use an if statement for each, but I want to use as little code to achieve this as possible. What is a good and simple way to achieve this? Example Code: ui text box("Twitter Search Term:
  18. The latest xpath builder update video is not there. Update Tutorial V1.2.7.6 (0 B )<--- see 0 B, so it must not be uploaded on your end.
  19. Is this still working? I assume that I can use this to embed images into my bot? Thanks!
  20. Any chance on an update for this? The needed plugins from Aymen (file management and string management) are no longer available, so I can't run this to learn.
  21. Yeah, this is dead, and I need it! Aymen where are you?!
×
×
  • Create New...