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

  1. C

    How to download from a URL in JSON? Or others? (Help)

    I created a function with an API where it fetches multiple image URLs and stores them in JSON. Now I have doubts about how to download these URLs. Could someone help me? Remember that these image files are actually MP4 videos, and even when downloading them with the .mp4 extension, the file...
  2. C

    s it possible to run another bot automatically when the first one finishes?

    Is it possible to run another bot automatically when the first one finishes? Can I call another bot within my ZennoPoster bot? I created a project, and when it finishes, I would like it to activate another project automatically. Would that be possible, or do I need to merge both to run them...
  3. C

    Error in GET method to fetch images (Help)

    I'm trying to make a GET request to retrieve image URLs from Freepik, but I'm using these settings, and it doesn't work at all. I've already tried this URL: https://api.freepik.com/v2/images/search?query=natureza&page=1&page_size=10 And I've also tried this one with the API key directly in it...
  4. C

    System.IO error (help)

    I'm getting this error in a model that someone shared here in the group. Could anyone help me? I've already downloaded the latest version of .NET Framework, installed all versions of Visual C+++, and deleted and reinstalled ZennoPoster, but the error persists. I also installed all the required...
  5. C

    How to drag and drop elements? Help!

    Guys, I have a question about how to drag and drop elements. For example, I'm editing videos online, so I upload my images there. How do I go to the image, place my cursor over it, and drag it to where I want? Can someone help me? If anyone has a piece of script to give me an idea, I would...
  6. C

    How to hover the mouse over a button? Help!

    I have an option on a website that only shows other options when I hover the mouse over it. See the images. Does anyone know how I can keep the mouse over it? The mouse option only allows clicking, but if I hover and click, the options disappear. So I just need to position the mouse over it...
  7. C

    Ctrl+C and Ctrl+V function, can anyone help?

    I'm having an issue running a Ctrl+C and Ctrl+V function in C# that someone shared here. The problem is that when using multiple tabs, one tab picks up content from another. Additionally, if I'm using the computer, my Ctrl+C and Ctrl+V get overwritten with the bot's data. I've already tried...
  8. C

    How to Find the Download Folders?

    I would like to find the download folders of ZennoPoster, but with each installation, it changes from PC to PC. Is there a way to determine this folder when creating a bot? Which function should I use to identify this folder?
  9. C

    I would like to create videos with images and videos I have on my PC. Can someone help?

    want to create videos with images and videos from my PC, but I have no idea how to do this with ZennoPoster. Could someone give me some guidance on where to start? Or does anyone have a simple script that they could provide me to give me an idea of how to do it? Or maybe a tutorial to help me...
  10. C

    Does anyone have an HTTP script or API for downloading images?

    I would like to download images from free image and video banks on the internet, but I don't know the best way to do this, whether it's through an API or HTTP. I would like to know if anyone can give me some guidance or if someone has a template, whatever it is, for me to use as a basis to...
  11. C

    Table structure: How to read a specific part?

    Guys, I have the following problem. I have a script with a table containing several fields, from A to F. Column F is an error column. My bot reads all the columns, and if there's nothing in column F, it performs the functions I defined. If the bot encounters an error, it writes the error in...
  12. C

    Zennoposter Runner closing and reopening on its own, what to do?

    After the latest updates, my Zennoposter Runner keeps closing and reopening on its own from time to time, even when it's running one of my scripts. This is causing me a lot of problems. The memory usage is fine in the program and it's running at less than 10%, so it's not a performance issue...
  13. C

    How to find a clickable button that appears after random seconds?

    I have a problem: I have a website where it releases a download button, but this button is initially grayed out, meaning it is not clickable. After a random amount of time, this button becomes clickable. Here's the issue: I implemented a function to click on this button, but even when it is not...
  14. C

    How to implement a correct (intelligent) bad end?

    I have a rather large bot, and I usually implement a "bad end" scenario when it encounters an error, returning the data back to a table. However, my bot is extensive and reads information from the tables at the beginning, middle, and end of its operations. If I use a bad end in case of an error...
  15. C

    How do I put Chromium in incognito mode?

    I’d like to set up my Chromium browser to work like Google Chrome, where it starts in incognito mode and stays completely anonymous like in the browser. Can someone help me? Thank you.
  16. C

    How to hide options in the bot interface?

    I would like to include some options, such as health, cinema, and prosperity. When selecting one of these, the others should disappear, and options specific to the selected category should appear. When switching to another category, all the fields should disappear, and new options for the chosen...
  17. C

    How to perform a Control+C and a Control+V?

    I would like to perform a Control+C on a variable and then do a Control+V to paste everything at once. I have a very large article, over 50,000 characters, and if I insert it using the "get" method, it pastes slowly. Even if I reduce the speed in the project settings, the "paste" button doesn’t...
  18. C

    How to read a random article from a folder?

    I have a folder with dozens of articles, and I would like to pick these articles randomly and read their content and title. Does anyone know how I can do this in the most practical way? Thank you.
  19. C

    How to remove spaces from the table?

    I would like to remove the spaces from my table in ODS or CSV format. When my bot encounters an error, it takes the data and places it back in the table, but sometimes the file contains hidden spaces, and when it inserts the data, it ends up in a lower area where it shouldn't be. This causes my...
  20. C

    Error in this ChatGPT code, can anyone help?

    Hey guys, I have this code from ChatGPT, but since ChatGPT was updated, it stopped working. Does anyone have a new working model? Or could someone update this for me? Thank you, and if someone charges to do this, I’m willing to pay. Thanks!
  21. C

    How to run programs in ZennoPoster?

    Is it possible to open the programs I want to run on my PC in the browser running screen using the "Run Program" function? If yes, how? If not, is there a way to open the program externally and pass variables to this program? Let’s say this program requires a login with a username and password...
  22. C

    How to create a bot for DALL-E images?

    Does anyone know how to create a bot, or can someone give me a base on how to create a bot for the DALL-E website, which is the image creator using artificial intelligence from ChatGPT? Can someone give me a hint? If there is also a paid model, I will buy it.
  23. C

    Chromium having click issues, can someone help?

    I created a bot with Chromium, but when it comes to click functions, it takes minutes moving across the screen before clicking, and many times it never clicks and goes in another direction. I tested the same bot in Google Chrome, and it works fine. I've already checked the click functions, and...
  24. C

    How to use an extension in the browser without needing to install it every time?

    I would like to know how to install a browser extension (this part I already know) and how to save all the extension's data and settings, so that every time I load the bot, the extension is already installed with the configurations I made before. Can someone help?
  25. C

    I can't run more than one bot at a time on the runner.

    After updating my bot to the latest version, I can only run one bot at a time on the runner, even if it is with one thread at a time. And the monitor is very light. Before, several bots worked simultaneously, now only one at a time. I tried to restore the default settings, which I never changed...
  26. C

    How can I see the option to emulate Android? My browser resolution is not enough for that.

    My monitor has low resolution, and I can't set my browser to emulate a mobile device. I will send a screenshot. I believe it is due to the monitor's resolution. Is there any way for me to see the bottom part of the browser option without having to buy a high-resolution monitor? Just to emulate...
  27. C

    2How to set a value to all counter variables?

    I have hundreds of variables (counters) within my project. When I use the function (clear variable), it deletes everything instead of setting the value to (0). How do I assign the value (0) to all variables (counters) instead of having to do it one by one?
  28. C

    Error Application error: a client-side exception how to solve?

    My bot keeps giving this error, it never happened before, does anyone know how to fix it? Application error: a client-side exception has occurred (see the browser console for more information).
  29. C

    how to change date format

    I have a table full of birth dates, which are in the format (day, month, year), but they are like this 7/3/2000. I would like them to change to this 07/03/2000. Is it possible to do this automatically and put all the birth dates in this model?
  30. C

    How to open tabs without using the proxy

    I have a question, I would like to open 5 sites, 4 before and 1 after. These 4 should be opened without using the proxy to avoid consuming the proxy's bandwidth, and the last one should be opened with the proxy. However, before opening these 4 sites, I need to check the proxy to see if it works...
  31. C

    how to remove trailing white spaces from a variable

    I have data in a variable coming from a table, and I put it into the variable, but at the end of them, there are white spaces. I found out how to remove the white spaces in the middle of the names and at the end of the variable, but I only want to remove the white spaces at the end of the...
  32. C

    How to set a value to all counter variables?

    I have hundreds of variables (counters) within my project. When I use the function (clear variable), it deletes everything instead of setting the value to (0). How do I assign the value (0) to all variables (counters) instead of having to do it one by one?
  33. C

    How to randomize generated profiles?

    I have 10 folders, and in each folder, I have more than 100 Zennoposter profiles that I created. I would like to know how I can randomize these folders and randomize the selection of just one profile to use. Thank you
  34. C

    How to make this model (I have a bot model) work with Funcaptcha captcha?

    I have this model that I received from another user here in the group, but when I put the 2captcha API inside the bot and in the Zennoposter settings, I still get an error as if it doesn't have the API. Can someone help me make it work? Thank you.
  35. C

    Is it possible to create one bot for multiple different sites?

    I would like to create a bot that performs the same function on hundreds of sites that I specify, even though the structure of each one is different. Is there any way I can do this? In other words, for it to analyze the page and find the email field even if it's different on each site? If there...
  36. C

    how to backup zennoposter

    I would like to back up all the bots open in ZennoPoster and in the ZennoPoster that runs the projects, because every time I change PCs or set it up on a new one, I have to do it manually with hundreds of bots. I would like to know if there is a way to back up everything automatically or if I...
  37. C

    Help with file columns

    I have a CSV file with 2 columns. Column A has several URLs, one per line, and column B is empty. In column B, I would like to put the names of people that I specify at the beginning of the bot. The question is, how can I read a URL from column A and create a function next to it that puts the...
  38. C

    Extract data from this website using GET or POST

    When clicking on the link (check IP address), it shows all the data of the IP. I would like a function without needing to navigate to the site, i.e., in GET or POST, that clicks and extracts these data that it provides about the IP. It doesn't need to be all the data, just one can be the...
  39. C

    Questions about residential IPs

    I have some doubts, I'm checking my residential IPs through the website http://ip-api.com/json, but when comparing with other websites like https://www.meuip.com.br and https://2ip.io/privacy, the ISP providers and locations change completely, even though it's the same IP. The question is, how...
  40. C

    How to check if there are numbers in a variable?

    I have a table, and from this table, I put the data into a variable. Some rows have numbers, others don't. I would like to read this variable and, if it has any numbers, that's okay, and if it doesn't have any numbers, it gives an error. Can someone help me?
  41. C

    (bad end) leaving spaces in the file, help

    I have a .csv file that reads people's first and last names. When the project encounters an error, it goes to the (bad end) function where it puts this data back into the .csv file. If the bot encounters an error before reading this table with the names, it goes to the (bad end) function and...
  42. C

    Removing accents from names helps

    I have a list in .csv with hundreds of people's names, some of these names have accents (^ ~ ´) among others. I would like to know if when reading the .csv file it's possible to transfer these names to variables without these accents? Could someone help me?
  43. C

    Error in the chromium function, help

    I'm having a big problem using the Chromium browser, even if I set an output for if something goes wrong or if it goes right, it goes to the (end) function even if I set an output for the error. See image, does anyone have a tip on how I can solve this?
  44. C

    how to click ou view click http get, http post

    Hello everyone, first I'm sorry for the English. I would like with the Http post or Get I could click on the button on this page. Proxy Detection Test - Detect Proxies With Our IP Lookup Proxy detection test detects if an IP address is a proxy, VPN, or TOR connection. Detect proxies and check...
  45. C

    How to not install Chromium addons????

    Every time I add a Google Chrome addon to Chromium, I have to add a function for it to install that addon or extension. Is it possible to do something so it doesn't need to install every time the bot opens to run? Another question: is it possible to use cookies and cache in browser addons...
  46. C

    Doubts about fingerprint that I didn't find.

    The question is as follows: I've activated all browser generation options. The question is, is the fingerprint generated in Google Chrome? Or only in Chromium? Another question, every time I start the bot, does it give me a new fingerprint? I'm restarting the bot within Zennoposter and checking...
  47. C

    "The variables within the project disappeared, help!"

    My option within any project's variable bot disappeared, I can open my bots and templates and I can open Zennoposter demo templates and when I click on the project variable it simply does not open, I've already deleted all of Zennoposter, and reinstalled it 3 times, and restarted my PC several...
  48. C

    Extracting data without accessing the website

    I would like to create a bot to generate bank accounts like on this website here (https://www.4devs.com.br/gerador_conta_bancaria). I would like to know how I can do this without opening a tab, is there any C# function to do this or another way I can do it? Or using another website?"
  49. C

    How to break gmail and hotmail Captcha

    Hello people, I have a problem, I would like to create a bot to register Hotmail and gmail, and it wasn't useful to buy these emails, I need something specific but I saw that it's using Funcaptcha, can someone help me on how to break it? with Zennoposter using some company that breaks captchas...
  50. C

    How to break Funcaptcha for Outlook or Hotmail?

    Hello people, I have a problem, I would like to create a bot to register Hotmail, and it wasn't useful to buy these emails, I need something specific but I saw that it's using Funcaptcha, can someone help me on how to break it? with Zennoposter using some company that breaks captchas? because I...