Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77267
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <purelyamethyst@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.010 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'python.': 0.02; 'automate': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; 'beau': 0.16; 'guys,': 0.16; 'selenium': 0.16; 'subject:login': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'alex': 0.19; 'aug': 0.22; 'email addr:gmail.com>': 0.22; 'python?': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'login': 0.25; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'url:python': 0.33; 'fri,': 0.33; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'pm,': 0.38; 'url:mail': 0.40; 'logged': 0.60; 'new': 0.61; 'provide': 0.64; 'to:addr:gmail.com': 0.65; 'boots': 0.84; 'mailbox.': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YOG3g7r93T7FY1nNXN9ZDfVozkH1VR94uHjICplU3ZY=; b=dssspGrK6Blmgj1l2PizKuLjMlqesE3flNKi4SQogng84K/f9QYPzebYQ8MgCPtNTW m5bs8Ch/mN3zpe7BqFP6zP6p45jXgRDmrvwqszdGnMfWhRdIqyqrEQSXrgMtt4QIH4Zf Vfeq7/PIUUZYOWhshzxiSsi2KdCutrRtTWsU3dVC+2kfJHxuOtK+V29FCRi9mdT08p56 +idZsjvVx/wIY0I8HLNrVRP2sPH77Hs9+ItSHQasbKIi/1g63l8gC5hXjm36wZrbcruk r9pEJM3y5Ou2YEWdtNdQNLKpXlzZpUgOfD1/9RQwKb8zKFrZFCl2RkgEaNihVKu1nCfe +P8w== |
| MIME-Version | 1.0 |
| X-Received | by 10.195.11.234 with SMTP id el10mr11839976wjd.95.1409301620955; Fri, 29 Aug 2014 01:40:20 -0700 (PDT) |
| In-Reply-To | <CAAanSOR38s24sQCNrXj8Qyz2j9Fr5CCuPLLT0UGzvEZ94i1zSw@mail.gmail.com> |
| References | <CAAanSOR38s24sQCNrXj8Qyz2j9Fr5CCuPLLT0UGzvEZ94i1zSw@mail.gmail.com> |
| Date | Fri, 29 Aug 2014 17:40:20 +0900 |
| Subject | Re: To automate email login through browser |
| From | Beau Taylor <purelyamethyst@gmail.com> |
| To | subin alex <alexkutty19@gmail.com> |
| Content-Type | multipart/alternative; boundary=047d7b87375c7f9e280501c09ac6 |
| X-Mailman-Approved-At | Fri, 29 Aug 2014 10:41:02 +0200 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.13602.1409301663.18130.python-list@python.org> (permalink) |
| Lines | 50 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1409301663 news.xs4all.nl 2921 [2001:888:2000:d::a6]:53826 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:77267 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Have you tried Selenium Python? http://selenium-python.readthedocs.org/ Beau On Fri, Aug 29, 2014 at 4:11 PM, subin alex <alexkutty19@gmail.com> wrote: > Hi Guys, > > I am very new to python and am trying to learn python. > I want to automate my email login through browser,in a way that when my > computer boots up,it must be automatically logged into my mailbox. > > Please provide your suggestions on this :) > > Thanks & Regards, > Subin Alex. > > -- > https://mail.python.org/mailman/listinfo/python-list > >
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: To automate email login through browser Beau Taylor <purelyamethyst@gmail.com> - 2014-08-29 17:40 +0900
csiph-web