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

  1. S

    Help with Using Variables and regex for grabbing unique codes for emails

    Exactly what I needed! Works perfect now thank you!!!!!!!! I've been making bots in zenno now for about 2 months. first time doing one that required email verification, sms verification, and recaptcha in one go. 20 hours later haha finally.
  2. S

    Help with Using Variables and regex for grabbing unique codes for emails

    Doesn't work, It's now looking for the mail specified. I'm trying to have that regex expression change each instance So trying to make this regex {-Variable.email-}
  3. S

    Help with Using Variables and regex for grabbing unique codes for emails

    Is that going to work across the board?
  4. S

    Help with Using Variables and regex for grabbing unique codes for emails

    "what credentials are used for 'receive emails' cube, is it the same 1 email every time?" one account, same one every time. X is being forwarded to the one account zennoposter is grabbing the newest code only Exactly this X email from list > signup on website using email X > Search for code on...
  5. S

    Help with Using Variables and regex for grabbing unique codes for emails

    Something similar to that. I'm using iCloud hide my emails, same concept. everything is coming through but idk how to search for the unique emails/codes
  6. S

    Help with Using Variables and regex for grabbing unique codes for emails

    Here are screen shots of what I'm doing. get first line from list(there are emails), I turned this into a variable to be used in the module. Process emails for codes and grabbing them each code is unique to each email that signs up, issue is I don't know how to insert the variable from #1...
  7. S

    Help with Using Variables and regex for grabbing unique codes for emails

    Hey guys, I'm having an issue grabbing unique codes in email processing, any help is appreciated. It's for a basic registration site with an email code and what I'm having trouble with is grabbing the unique code for each unique email. I have tried adding the email variable for a list in...
  8. S

    Filling out forms using HTTP requests

    Thank you so much for this! I've been able to make some bots using http requests due to it! Do you have to include the get request for the site before the post request or is that not needed?
  9. S

    Filling out forms using HTTP requests

    @lokiys any thoughts on this? Would a python example video work in terms of how and what to pull?
  10. S

    Filling out forms using HTTP requests

    So I've been creating a lot of bots using the browser but would like to start building using http requests instead due to resource usage. I've read over the guide and have been looking over the traffic log but am having a hard time figuring out which get/post requests are needed for the form...