Недавний контент cesario678

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