AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Sign in to gmail automatically
Goto page 1, 2, 3  Next
 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
viciouskinid



Joined: 23 Jun 2007
Posts: 136

PostPosted: Fri Aug 03, 2007 4:05 pm    Post subject: Sign in to gmail automatically Reply with quote

Is there a way that i can log into gmail automatically

currently i use the code
Code:

Run www.gmail.com

but i have to login

is there something like

https://username:password@mail.google.com/mail/feed/atom

that i can use to login

i got this link form


http://www.autohotkey.com/forum/viewtopic.php?t=17963&highlight=email


also how do I find out how to get info like what i can get with

https://username:password@mail.google.com/mail/feed/atom

I dont have any page in mind i am just interested
Back to top
View user's profile Send private message
daniel2



Joined: 23 Jul 2007
Posts: 47

PostPosted: Fri Aug 03, 2007 4:15 pm    Post subject: Reply with quote

Take a look at this post.
Back to top
View user's profile Send private message
viciouskinid



Joined: 23 Jun 2007
Posts: 136

PostPosted: Fri Aug 03, 2007 4:39 pm    Post subject: Reply with quote

Thanks but shouldnt there be a way i could structure a link like


https://username:password@mail.google.com/mail/feed/atom

???

or not??
Back to top
View user's profile Send private message
engunneer



Joined: 30 Aug 2005
Posts: 8255
Location: Maywood, IL

PostPosted: Fri Aug 03, 2007 4:44 pm    Post subject: Reply with quote

that's ftp format. I doubt the page would let you do that. In short, no.

Why not just set your browser to remember your login?
_________________

(Common Answers)
Back to top
View user's profile Send private message Visit poster's website
Superfraggle



Joined: 02 Nov 2004
Posts: 1019
Location: London, UK

PostPosted: Fri Aug 03, 2007 4:54 pm    Post subject: Reply with quote

You can use ftp style logins on some webpages, but as a security feature they are disabled by default in ie, and i think it's a registry change to turn it on.
_________________
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle
Back to top
View user's profile Send private message MSN Messenger
dasickis



Joined: 30 Jul 2007
Posts: 9

PostPosted: Fri Aug 03, 2007 7:57 pm    Post subject: Reply with quote

If you use Firefox or Opera use Greasemonkey or UserScripts instead.

Edit: Actually just use the built in password managers.
Back to top
View user's profile Send private message
Superfraggle



Joined: 02 Nov 2004
Posts: 1019
Location: London, UK

PostPosted: Fri Aug 03, 2007 8:09 pm    Post subject: Reply with quote

personally i use maxthon Very Happy
_________________
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle
Back to top
View user's profile Send private message MSN Messenger
dasickis



Joined: 30 Jul 2007
Posts: 9

PostPosted: Fri Aug 03, 2007 8:31 pm    Post subject: Reply with quote

Try: http://forum.maxthon.com/index.php?showtopic=19496
http://thebogles.com/blog/2005/06/trixie-greasemonkey-for-ie/

Also try looking through the Maxthon plugins to see if they allow you to run User Generated Javascript

Google: Greasemonkey IE, Greasemonkey Maxthon, IE plugins, IE addons

Javascript is an excellent language to use for automating browser tasks since its the most probably the most powerful client side language. AutoHotKey would not be the best bet for this IMO.


Last edited by dasickis on Fri Aug 03, 2007 8:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
Superfraggle



Joined: 02 Nov 2004
Posts: 1019
Location: London, UK

PostPosted: Fri Aug 03, 2007 8:33 pm    Post subject: Reply with quote

I tell my gmail to remember me and i never need to login :S
i also use the google personlized home, and it shows any new email on there, so i know whether its worth going to check my mail in the first place.
_________________
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle
Back to top
View user's profile Send private message MSN Messenger
viciouskinid



Joined: 23 Jun 2007
Posts: 136

PostPosted: Sat Aug 04, 2007 3:05 am    Post subject: Reply with quote

Quote:
Why not just set your browser to remember your login?



I use this computer for two gmail accounts so it i need to log in somtimes


also using firefox

i will have a look at maxthon

thanks
Back to top
View user's profile Send private message
viciouskinid



Joined: 23 Jun 2007
Posts: 136

PostPosted: Sat Aug 04, 2007 3:16 am    Post subject: Reply with quote

what about gmail drive

http://www.viksoe.dk/code/gmail.htm

whenever i am logged into this i dont need to sign in to gmail. Does anyone know how to do it
Back to top
View user's profile Send private message
Carlol



Joined: 14 Aug 2006
Posts: 163
Location: CPH

PostPosted: Sat Aug 04, 2007 1:38 pm    Post subject: Reply with quote

To make it easy with various accounts to check, I use this type of logins:
Code:
R*?:ggmr::xxxxxr@gmail.com`tyyyyyyy`n
R*?:ggmg::xxxxxg@gmail.com`tyyyyyyy`n

Not automatic log in...but close Smile
Back to top
View user's profile Send private message
viciouskinid



Joined: 23 Jun 2007
Posts: 136

PostPosted: Sat Aug 04, 2007 2:08 pm    Post subject: Reply with quote

ok how do you use that???
Back to top
View user's profile Send private message
Thrillski



Joined: 18 Jul 2007
Posts: 143
Location: South Florida

PostPosted: Sat Aug 04, 2007 2:49 pm    Post subject: Here's how I cheated... Reply with quote

Here's a different approach that might work for you...

I had a similar situation. Wife and I play the same online game but w/ different accounts. So, I created a script that would ask which account we want to log into and then based on the response, it logs into the appropriate game.

If the obvious disadvantages are not a concern for you. this approach might work.

Have a nice day!
Thrillski
Back to top
View user's profile Send private message
viciouskinid



Joined: 23 Jun 2007
Posts: 136

PostPosted: Sat Aug 04, 2007 3:01 pm    Post subject: Reply with quote

I am really looking for a script to run that will log me into my account instead of just using

Run www.gmail.com

and logging in at the login page

I am really looking for some code something to emulate the login page
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group