Результаты поиска

  1. C

    Extracting data from a website that can't be extracted

    I have a website where I perform a query, and it displays information to me. The entire structure of the website is the same for all parts, and I can't scrape them one by one. Could someone shed some light on how to do this? Please see the images. Remember that in all attribute names and values...
  2. C

    Delete file contents every 24 hours

    So I researched, didn't see anything that fits, I understood what you said well, I just didn't understand the last part. What function would I have to use for it to analyze and see that the current day has more than 24 hours than the file name
  3. C

    How to generate or find ZIP codes for specific countries and cities

    Hello, I'm asking for help again. Is there any code or function that can give me the ZIP code for a specific country and city in that specific country? It's like a ZIP code generator for that country and city, pulling this information from somewhere without Zennо having to go to a website or me...
  4. C

    Delete file contents every 24 hours

    I didn't understand this second part. How would one create a function that compares and checks if it has been more than 24 hours? Could you explain it to me more clearly?"
  5. C

    Delete file contents every 24 hours

    "Is there a way for the bot to delete the contents of a file every 24 hours, and if it hasn't been 24 hours, it checks and doesn't delete the file's content? Is this possible, and if so, how can I do it?"
  6. C

    How to run multiple bots one after the other

    Hello, I have 5 bots, and I would like to run them one after the other, with each bot running for a specific amount of time and a specific number of times. For example, Bot 1 will run 5 times consecutively, then it will move to Bot 2 and run 5 times with a 10-minute gap between each run. Bot 3...
  7. C

    input settings enabling and disabling Options

    In the input settings, is there an option that, when selecting a value, such as true or false, it hides other fields in the input settings or adds new fields to be filled out?
  8. C

    To hide or show fields in the input settings

    hy hy
  9. C

    To hide or show fields in the input settings

    Hy
  10. C

    How to use multi-selection? Please help.

    Thanks
  11. C

    To hide or show fields in the input settings

    "In the input settings, is there an option that, when selecting a value, such as true or false, it hides other fields in the input settings or adds new fields to be filled out?"
  12. C

    How to use multi-selection? Please help.

    Thank you. It worked partially. It now retrieves information from the variable where I defined all the options when initializing the bot. However, when it comes to displaying the list, the list doesn't separate the options; it keeps all the options together separated by commas. In the list...
  13. C

    How to use multi-selection? Please help.

  14. C

    Run multiple threads, and the first one to open the site makes all the others stop running. Help

    Is there a way to run the bot with multiple threads, like around 20 threads, and when the thread that enters the site first, it locks all the other threads so that only the one that opened the site first can be used?
  15. C

    How to use multi-selection? Please help.

    I have a problem. When I start the bot, I added a multi-selection. In this multi-selection, I included several cities from around the world, and I always choose 5 cities. When I look inside the bot within the variable, these 5 cities appear separated by a comma. When running the bot with a...
  16. C

    To send a message to my email or cellphone or another location?

    error link
  17. C

    To send a message to my email or cellphone or another location?

    I would like my bot, when it's finished, to send me a message, whether it's through SMS, email, or any other way to notify me, such as WhatsApp. Can someone give me some guidance on how to do this?
  18. C

    Scraping to retrieve the city of an IP proxy

    thanks
  19. C

    Scraping to retrieve the city of an IP proxy

    Thank you, you saved me. now another question. how do i delete everything before "city" and everything after "zip": to just keep the city in the variable. thanks.
  20. C

    Scraping to retrieve the city of an IP proxy

  21. C

    Scraping to retrieve the city of an IP proxy

    I would like to retrieve the city of an IP proxy without navigating to a website using a browser. I've seen a solution here in the forum on how to get an IP address using C#, but I would like to obtain the city of the IP as well. Could someone help me accomplish this? I'm not experienced in...
  22. C

    How to find an element on the page that changes all the time?"

    I'm dealing with this website and this URL https://landing.ibmr.br/cursos. I'm looking for its element, and the only thing that appears is the ID, and the ID changes every time I click and enter this page. The question is, how can I find the element every time?"
  23. C

    Removing everything before and after a word, does that help?

    Hello, could someone help me? I'm using the GPT chat API and I'm receiving this message: { "warning": "This model version is deprecated. Migrate before January 4, 2024, to avoid disruption of service. Learn more https://platform.openai.com/docs/deprecations", "id"...
  24. C

    Compare file in string with content of a txt file

  25. C

    Compare file in string with content of a txt file

    Friend, I already use this, but it takes one by one from a list with over 10 thousand lines, which makes it take hours to find everything. I'm looking for a way to do this in seconds.
  26. C

    Compare file in string with content of a txt file

    From what I understood, this function you provided will process line by line, correct? Is there no way for it to read the entire file at once and check if it contains the same content as a specified variable?
  27. C

    Compare file in string with content of a txt file

  28. C

    Compare file in string with content of a txt file

    Where do I put this code? In JS or C? Where the word myIP is, do I put my variable?
  29. C

    Compare file in string with content of a txt file

    Could you help me with this model? I have no idea how to set up this file call, and have it go through this regex, I looked at Zennoposter and got confused on how to configure it
  30. C

    Compare file in string with content of a txt file

    I'm having a problem. I have a txt file with 1000 lines of IP addresses. I would like to extract the IP address I am currently using from a string, and compare it with the 1000 addresses in the file without having to do it one by one. Doing it manually is taking too long. Is there a way to...
  31. C

    Playing audio on websites or YouTube is possible?

    Is there any way for my bot to play sound? I want it to go on YouTube and play video x with audio when I'm running the bot. Is that possible?
  32. C

    How to zoom in and out

  33. C

    How to zoom in and out

    Hy
  34. C

    How to zoom in and out

    "Hello, I would like to know how to zoom in on a page or distance the entire page by removing the zoom. Is this possible? If so, how do I do it?"
  35. C

    I have the problem This site can't be reached even using C#

    "Hello people, I'm using a multitread bot with residential proxies and I'm having a lot of errors (This site can't be reached), sometimes on the second page of the project, and sometimes on the third page, which prevents me from completing the project. I added the following code in C# at the...
  36. C

    Questions about multithreads

  37. C

    Proxy localition

  38. C

    Proxy localition

  39. C

    Questions about multithreads

    "I apologize for not understanding you 100%, I don't speak any English and I'm using a translator to communicate. So, are you saying that I should put the "bad end" without connecting it to anything, and connect the "load url" error to the "add line" list? Will that work?"
  40. C

    Questions about multithreads

    Can you check for me if it's correct, just like in the image? I added the (bad end) together with the function, but whenever there's an error in the bot, it doesn't go to (badend). So I added it there, it reads the URL, and if there's any error, it goes to the function of playing the link again...
  41. C

    Proxy localition

    Hello, I have a question. Can someone help me? Is it possible to add a function to my bot that can detect the location of a proxy without me having to manually check a website and then take action based on that? In this case, I need to know where my IP (proxy) is coming from. Is there any C#...
  42. C

    Questions about multithreads

    Thanks
  43. C

    Questions about multithreads

    Thanks
  44. C

    Questions about multithreads

    "Thank you for your help. I didn't quite understand, sorry. So, if I put a "read URL" option and next to it a "logic" option, if there is an error, does it go back to the option of adding the URL back to the file?"
  45. C

    Questions about multithreads

    "Thank you for your help. I didn't quite understand, sorry. So, if I put a "read URL" option and next to it a "logic" option, if there is an error, does it go back to the option of adding the URL back to the file?"