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

  1. Perfecto

    IP Leak Google in 7.7.11.0

    I can't automate my Gmails at all with Zennoposter, even with super emulation and high-quality residential and 4G proxies. What's strange is that when I test on browser leak, everything is OK. @zenewbie same for you? With Zennodroid emulator it works, with Zennodroid and a real device it works...
  2. Perfecto

    UseTrafficMonitoring в ZennoDroid

    add this feature please
  3. Perfecto

    [EN] [ZDE] Discord Account Creator for phones + hCaptcha solver for Android

    is there no problem of detection when using an alternative OS? why not stick with the native rooted OS?
  4. Perfecto

    [EN] [ZDE] Discord Account Creator for phones + hCaptcha solver for Android

    Why only with real devices ? It would be simpler to do multi-threading with emulator
  5. Perfecto

    [EN] [ZDE] Discord Account Creator for phones + hCaptcha solver for Android

    I voted for it. Have you tested this template on the memu android emulator?
  6. Perfecto

    Discussion - new version 2.3.8.0

    Is it possible to emulate a more recent version of Android than 9?
  7. Perfecto

    How to create hundreds of Gmail accounts with Zennoposter ?

    Yes I use my private 4G proxy
  8. Perfecto

    How to create hundreds of Gmail accounts with Zennoposter ?

    When I try to create a Gmail account with Zenno, I get a confirmation request by email whereas when I do it by hand on chrome guest mode (without cookies) I don't get a confirmation request by SMS. Configuration: Zennoposter: latest version IPs: 4G Super emulation What can I do to avoid SMS...
  9. Perfecto

    Couldn't run the device

    I've just sent it to you by private message
  10. Perfecto

    How to regenerate profile in c#

    In my case, there's only a "next page" button, but I plan to manage pagination directly by changing the parameter in the URL to display the following 100 lines for each request Very interesting, I haven't found any information on this subject. Can you tell me more? So simple, so smart! Is it...
  11. Perfecto

    How to regenerate profile in c#

    Yes, that's exactly it. I have to scrape a site while logged into the target site which has a lot of protection, so I have to change accounts as well as browser fingerprints and IP regularly to get to the end of the pagination. The template has to run once a day and I can't predict in advance...
  12. Perfecto

    How to regenerate profile in c#

    Also interested in the answer
  13. Perfecto

    Couldn't run the device

    Hi, I couldn't run the device - my OS is Windows 11 - I've disabled Hyper-V - I've installed the latest version of Zennodroid 2.3.7.0 - I've tried the latest version of Memu 9.0.9 without success - I've tried Memu 8.1.3 without success - I have tried both versions under android 9 and android 7...
  14. Perfecto

    Can't access Gmail with Receive e-mails (IMAP & POP3)

    How to configure the Zennoposter mail reception module with the app password?
  15. Perfecto

    Gmail support with OAuth2

    Hi Can you add OAuth2 support so we can use Gmail as before? I know that some people have developed their own solution in C#
  16. Perfecto

    Discussion - new version 7.7.11.0

    Hi Can you add OAuth2 support so we can use Gmail as before?
  17. Perfecto

    Zennospoter VS Anti-Detect Browser

    Once the accounts have been created and the profiles saved, in another template I have to connect to a profile to perform a scrape and then connect to another profile to continue the scrape. Knowing that each profile has its own proxy, how can I move from one profile to another without leaving...
  18. Perfecto

    Zennospoter VS Anti-Detect Browser

    Indeed, it's not the best. Multilogin is much better. My question is how to integrate these technologies into Zennoposter via an API or better still with a solution native to Zennoposter... Is it possible to generate credible fingerprints based on an IP address with Zennoposter?
  19. Perfecto

    Zennospoter VS Anti-Detect Browser

    I can't get past the anti-bot protection for creating accounts on certain types of site with ZennoPoster, but I can with anti-bot browsers like incogniton. How can I make ZennoPoster as undetectable as these anti-detection browsers?
  20. Perfecto

    Can Zennoposter run Python script?

    how to send a variable from zennoposter to the python script and send the info back to zennoposter when the python script has finished?
  21. Perfecto

    split image into 4 equal parts

    Hi, split image into 4 equal parts : I couldn't find any way to do it via the actions. So I coded this script in C# string imageURL = project.Variables["imageURL"].Value; string SaveImagePath = project.Variables["SaveImagePath"].Value; void DivideAndSaveImage() { if...
  22. Perfecto

    How to use ReverseMarkdown in ZennoPoster ?

    Hi, I did not find a .dll to use ReverseMarkdown in ZennoPoster to convert HTML to Markdown
  23. Perfecto

    ZennoPoster 7.7.3.0 - Endless redirects and captchas on CloudFlare

    Thanks it work. Do you think python could be added in ZennoPoster 8?
  24. Perfecto

    Can you add support for python in ZennoPoster 8 ?

    Totally agree
  25. Perfecto

    Can you add support for python in ZennoPoster 8 ?

    Nowadays most of the open source scripts are developed in python, I think it would be a good idea to add it in the new version of Zenno
  26. Perfecto

    ZennoPoster 7.7.3.0 - Endless redirects and captchas on CloudFlare

    Same problem when checking the box.
  27. Perfecto

    HtmlAgilityPack to parse content

    Thank you for your quick response. It returns the same thing as in the "clean_content" variable In my exemple I took this page : https://www.lavieclaire.com/conseils/quels-sont-les-bienfaits-de-la-spiruline/ And the result is : <!-- Google Tag Manager (noscript) --> <!-- End Google Tag...
  28. Perfecto

    HtmlAgilityPack to parse content

    Thanks it work there is a problem with my code: string htmlContent = project.Variables["DOM"].Value; var doc = new HtmlDocument(); doc.LoadHtml(htmlContent); if (doc.DocumentNode != null) { // Find the element containing the article // In this example, we assume the article is...
  29. Perfecto

    HtmlAgilityPack to parse content

    Hi, I try to extract content with HtmlAgilityPack : using HtmlAgilityPack; string htmlContent = project.Variables["DOM"].Value; var doc = new HtmlDocument(); doc.LoadHtml(htmlContent); var article = doc.DocumentNode.SelectSingleNode("//body"); // Remove all unwanted elements within the...
  30. Perfecto

    ZennoPoster 7.7.3.0 - Endless redirects and captchas on CloudFlare

    Hi, I have enabled this setting: But the endless redirects and captchas on CloudFlare is still present. I have the latest version of ZennoPoster.
  31. Perfecto

    C# library to clean up html

    Hi, Thank you for your answer but it doesn't answer my need. I am looking to clean up this kind of useless code: Or some HTML tags that are never closed like <p>
  32. Perfecto

    C# library to clean up html

    I am looking for a way to clean HTML code in C# remove empty html tags or not close for example like : https://html-cleaner.com/
  33. Perfecto

    How to JSON escape in C# ?

    Can you send me the complete syntax please. I have a syntax error I send you a sample : https://paste2.org/PzCbHxGt
  34. Perfecto

    How to JSON escape in C# ?

    Can you send me the complete syntax please. I have a syntax error I send you a sample : https://paste2.org/PzCbHxGt
  35. Perfecto

    How to JSON escape in C# ?

    Thanks for your help, what is the syntax if I want to escape several variables without merging them I'm pretty sure it's not that: string line = project.Variables["variable1"].Value; line = Regex.Escape(line); return line; string line = project.Variables["variable2"].Value; line =...
  36. Perfecto

    HTML Cleaner - Keep specifics links

    I also need to remove the internal links while keeping the anchors. <a\ href="/.*?</a> This regex extract all internal link but how to keep the anchor and remove the link ?
  37. Perfecto

    How to JSON escape in C# ?

    This fonction will escape all illegal json characteres ? Can I put several input variable ? This is not the first time you have helped me. Thanks for your help
  38. Perfecto

    How to JSON escape in C# ?

    I need to send content via REST API WordPress I need to escape all json illegal characteres : https://www.tutorialspoint.com/json_simple/json_simple_escape_characters.htm
  39. Perfecto

    How to JSON escape in C# ?

    I don't quite understand your method
  40. Perfecto

    How to JSON escape in C# ?

    Hi, I know I can escape like this : But I have a lot of string to escape so if someone know how to JSON escape in C# ?
  41. Perfecto

    HTML Cleaner - Keep specifics links

    Hi, I made this regex to clean the HTML code and keep only the H, p, strong and b tags ...
  42. Perfecto

    How to add a line break to each HTML tag closure?

    Thank you for taking the time to help me. If someone has the same problem here is the syntax to integrate a variable in C# :
  43. Perfecto

    How to add a line break to each HTML tag closure?

    Thanks for your answer but I just want a line break in the code not a br tag And if use Text Processing>Replace like this it won't replace by a regex but it will put the regex in text everywhere
  44. Perfecto

    How to add a line break to each HTML tag closure?

    Hi, I'm trying to add a line break every time an HTML tag closes Regex : </.*?>
  45. Perfecto

    What is the best way to scrape content from many different websites ?

    Hi, what is the best way to scrape content from many different websites and to keep this HTML tag : H1 H2 H3 STRONG B I U
  46. Perfecto

    Keyboard emulation : click on 2 keys at the same time

    Thanks @VladZen it work well
  47. Perfecto

    Keyboard emulation : click on 2 keys at the same time

    Hi, How to click on 2 keys at the same time example : CTRL + ENTER
  48. Perfecto

    Parsing JSON with a lot of Subproperty

    Hi, Sometimes I have a lot of Subproperty when i'm parsing JSON, Is there a way to do everything in 1 click or do I have to do it one by one like I do now? I think this would be a good feature to add if it's not already there. example :
  49. Perfecto

    generate .ini files in bulk

    Hi, Is it possible to generate .ini files from a CSV? Each line of the CSV must be a separate ini.
  50. Perfecto

    Encode URL

    Thanks :dy: