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

  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

    Error in GET method to fetch images (Help)

    curl -H "Authorization: SUA_CHAVE_API" \ "https://api.pexels.com/v1/search?query=termo_de_busca" This is for Pexels, but Freepik is identical. Only the URL changes, and neither works.
  3. C

    Error in GET method to fetch images (Help)

    Yes, I am in the process of learning, and I have already created some, but I am struggling with this one. I added it to the article above, and in the header, I did it just as it appears on the API website, and ChatGPT Pro suggested the same thing, yet it still doesn't work. Here is the header I...
  4. C

    Error in GET method to fetch images (Help)

    Yes, I have already done that. There is also an image there. If you could explain it better and provide more information on how to do it differently from what I have already done, I would appreciate it. I also used ChatGPT Pro to request these functions, and it gave me exactly what I had already...
  5. 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...
  6. 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...
  7. C

    Creating a video from photos with uniform audio in C#.

    I went to the NuGet site and downloaded the DLLs requested here, but I saw that some were already in the GAC, and for others, I set them to be found on my PC. However, it still didn't work. Could this be the issue, or is it something else?
  8. C

    Шаблон для генерации креативного контента для TikTok, YouTube Shorts и Instagram с помощью CapCut AI Video Generator.

    (In this case, by making several videos in this format that you mentioned, when creating a long video with audio, wouldn't the images just play without a specific order, like without the images and audio being aligned? Is there any function or solution for this?)
  9. 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...
  10. C

    Emulate click

  11. C

    Where to add my openai API Key ?

    Do you need to create articles in ChatGPT? If so, I created this script that works. In (more), you insert your API, and in the main part, you place your text or your variable with the text. Let me know if you need anything.
  12. C

    Creating a video from photos with uniform audio in C#.

    I installed the latest version of .NET Framework, reinstalled ZennoPoster, updated and installed Visual +++, and installed in the GAC the add-ons you recommended, yet the error persists.
  13. C

    Creating a video from photos with uniform audio in C#.

    Thank you for the template. Could you help me? Every time I log in, I receive this message, and the bot never runs. I have already installed the latest .NET Framework and downloaded System.IO in the GAC, but it still doesn’t work.
  14. C

    How to drag and drop elements? Help!

    So that’s exactly it! I need to drag elements. For example, in CapCut, which is a video editor, I click and upload the images I want. Then, I need to drag them into my project. Is this not possible in any way?
  15. 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...
  16. 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...
  17. C

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

    So, this function won't mix the Ctrl+V from other bots or my PC? Each bot thread will use its own Ctrl+V? 4o
  18. 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...
  19. 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?
  20. 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...
  21. 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...
  22. 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...
  23. C

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

    So that's it, I ran dozens of tests and didn't see any changes in the button. Since I didn't see the change, I'd like to know if there's a trick or tip to investigate using the Action Designer? 4o
  24. 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...
  25. 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...
  26. 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...
  27. C

    How do I put Chromium in incognito mode?

    Thanks
  28. 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.
  29. 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...
  30. C

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

    I got this one from the Russian forum lock(SyncObjects.InputSyncer) // блокировка { var descr = project.Variables["content"].Value; // сохраняем предыдущее состояние буфера String previous_text = null; previous_text = System.Windows.Forms.Clipboard.GetText(); // сохраняем...
  31. 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...
  32. 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.
  33. 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...
  34. C

    Effortless AI Automation: Automating ChatGPT Prompts

    How can I access this script?
  35. C

    Error in this ChatGPT code, can anyone help?

    script
  36. 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!
  37. 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...
  38. 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.
  39. 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...
  40. 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?
  41. 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...
  42. C

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

    I use a 1920 x 1080 resolution and it doesn't show, and yes, in the Windows system, it's set to this resolution
  43. C

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

    And what would be the resolution to start appearing? I use a 1920 x 1080 monitor and it doesn't show, what screen would display it because it looks like I will have to buy a monitor for this.
  44. 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...
  45. C

    2How to set a value to all counter variables?

    Thanks
  46. 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?
  47. C

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

    The site works, but it suddenly gives this error. Isn't there a solution? Because when it gives this error, the bot stops there and doesn't work all day
  48. 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).
  49. 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?
  50. 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...