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

  1. X

    zennposter slow on new config

    Hello, I have my zennoposter running in "slow motion" on my new configuration. I have a simple script that links and creates files on the hard drive. Here is the configuration: Ryzen 9 5950x 128go of ram NVME PCI 4.0 (7gb/s) Impossible to go higher than 10-20% on the processor, as soon as I...
  2. X

    согласие google с запросом на получение

    Здравствуйте, Я делаю скрапер для google. Мне нужно скрести тысячи запросов, проблема в том, что через браузеры я не могу запустить сотни потоков. Но когда мы делаем get запрос в google, мы не можем получить исходный код страницы... потому что мы не приняли согласие google. Есть ли у вас...
  3. X

    keep only the rows corresponding to a column

    Hello, Is it possible to keep only the rows corresponding to a value in a column? I would like to keep only the rows that have 75 in column J if you can help me that would be cool!
  4. X

    How to retrieve an Authentication tokens in a get request?

    Hello, I can't get Authorization Bearer. When I connect to a platform, this platform automatically generates a token for the session. I would like to get this token to make get requests on the site. Do you have a solution? It would help me a lot Best regards
  5. X

    Looking for a dev to create a complex script (hcapcha and recapcha)

    Hello, I am looking for a very good developper to create a script on Zennoposter. This script will have to connect different accounts and retrieve data. however, there is cloudflare (hcapcha) and recapcha on the login page send me a private message to talk about it.
  6. X

    Need help with regex or solution

    Hello! I'm stuck on part of my script. I currently have long texts, and I want to delete words that start with a capital letter ONLY if the word is not after a . ? (to avoid breaking sentences) For example: hello, i'm a Marine. (remove Marine) hello, i'm pierre. Hi, guys. (No remove Hi) Do...
  7. X

    How to split a text every 3000 characters?

    Hello, I currently have huge texts, and I want to separate them into several texts and 3000 characters? Do you know if it is possible to do it with Zenno? I tried different ideas, but none of them worked. thank you for your help
  8. X

    Problem with zip c#

    Hello, I found this code on the zennoposter forum, but the problem is that it works partially or I make a mistake. string startPath = @project.Variables["acces_zip"].Value; string zipPath = @project.Variables["acces_zip_2"].Value; System.IO.Compression.ZipFile.CreateFromDirectory(startPath...
  9. X

    Request Method: PATH how to convert c# or get / post

    Could someone please help me to change it :( curl -X PATCH "https://api.cloudflare.com/client/v4/zones/xxxxxxxxxx/settings/ssl" \ -H "X-Auth-Email: [email protected]" \ -H "X-Auth-Key: xxxxxxxxxxxxxxxxxxxxxxxxxxx" \ -H "Content-Type: application/json" \ --data '{"value":"off"}' how to adapt this...