Jump to content
UBot Underground

Confirming Twitter account via Hotmail- Wildcard?


Recommended Posts

Hey Guys. I know there is a really simple solution and I'm guessing that I'm messing up on the wildcard. I keep trying different things with * and ? but it never verifies. It does connect to Hotmail but the confirmation never goes through. I need this set up for the creation of my other twitter accounts. 

 

How should I change the below information? Thanks everyone for their time. 

 

 

Subject- Confirm your Twitter account, JamesFranko11!

 

Verification URL- https://twitter.com/account/confirm_email/JamesFranko11/HEA7E-HG27A-136744

Link to post
Share on other sites

I don't use the wizard myself, for spammail I "create a table from emails" then dump that table into a variable the use a regex to pull all the urls into a list

a regex like this may do it https.*\d+

 

so if the variable you dumped the table in is called temp this should pull all the urls for you

 

add list to list(%urls$list from text($find regular expression(#temp"https.*\\d+"), $new line), "Delete""Global")

Link to post
Share on other sites

Hey Zap. I guess there are a few methods. Would just be nice to run it through the server. Though it would be a bit faster. No biggie though. I'll play around with it. 

Link to post
Share on other sites

The way I confirm my Twitter accounts is a bit long winded but here it is.

 

Set a variable to Confirm your Twitter account, which is the email subject.

 

Scrape a list of the emails in my inbox, then loop the list until I find the one which has the Confirm your Twitter account in the subject.

 

Loop the list again moving the emails to another folder until I get that to that email, click into it then scrape the email for the confirmation link then navigate to it.

 

Works well for me and I use Outlook!

Link to post
Share on other sites

Just a after thought you know the email has to marked as unread ?  for ubot to read it?

Link to post
Share on other sites

Hey Zap. I learned that after some trial and error. 

 

BlackSabbath, any desire to share that script? That's WAY about my head and I just can't connect the dots. :-/

Link to post
Share on other sites

I don't use hotmail but if you want to pm me your script with login details i will take a look

Link to post
Share on other sites

Your over thinking it...

 

Use the wildcard like this:

 

click(<innertext=w"https://twitter.com/account/confirm_email/*">, "Left Click", "No")
 

 


 

Will click the verification link for you.

Link to post
Share on other sites

I don't know why Ubot advertises itself as being simple to use. As a non-programmer coming into this I am SO F*cking stressed I am losing my mind. If it wasn't for these forums I would of given up long ago. I guess I'll be working on a junk mail workaround for the rest of the day. Should only take a few minutes but I have no clue what I'm doing. I'm about to throw my computer at the God Damn Wall! I would Email Ubot support but I don't want to wait 3-5 days for them to MAYBE get back to me. If someone knows it can they please post what code is needed so the main from twitter isn't sent to the junk mail folder? Or can they explain the workaround? 

Link to post
Share on other sites

Once-IF I get the junk mail thing worked out, this is the code I have for the conformation of the Emails. Look correct?

 

 

< connect to mail server("POP3 With SSL""{#username}@outlook.com"#password"pop3.live.com", 995) {
                verify emails("Confirm your*""click(<innertext=w\"https://twitter.com/account/confirm_email/*\">, \"Left Click\", \"No\")""Processed Verification Emails")
            >

Link to post
Share on other sites
navigate("https://blu159.mail.live.com/?rru=inbox#!/mail/options.aspx?subsection=6&n=1046539602", "Wait")
change attribute(<outerhtml=w"<* type=\"text\" *">, "value", "@twitter.com")
click(<outerhtml=w"<* type=\"submit\" *>">, "Left Click", "No")

 

code to add twitter to safelist

  • Like 1
Link to post
Share on other sites

I had to walk away for a bit. Sorry for being emo. I'm going to the gym to clear my head and will be back soon. Thank you to everyone for putting up with me being a dumb-ass. Just super stressed.

Link to post
Share on other sites

Alright, so I now know the mail isn't going to the junk folder (thanks nuc 63) But that means I'm STILL doing something wrong with the Email confirmation. I have tried a variety of ways but it ISN't working for me. This is the code I have below. how should it look???

 

<  connect to mail server("POP3 With SSL""{#username}@outlook.com"#password"pop3.live.com", 995) {
            verify emails("Confirm your Twitter*""https://twitter.com/account/confirm_email/*""None")                             >

Link to post
Share on other sites

Ubot *is* easier, but similar to that it might be easier (which I don't know :) ) to play the harmonica compared to playing the saxophone, it still requires you to have an ear for music. You are trying to do things on the intermediate level, but you haven't given yourself the chance to pass the beginner level. And yes, it *is* easier, but as that word communicates it is in comparison with something else, e.g. C#, Java, Visual Basic, C++ and even Z80 assembler. Yet, it requires an understanding to what it is really all about, an ear for music, eh, I mean programming. No offense, but what you would need is to give yourself enough time to get to know all the basics, but I am aware of your situation...

 

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...