Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54606
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!hq-usenetpeers.eweka.nl!81.171.88.15.MISMATCH!eweka.nl!lightspeed.eweka.nl!194.109.133.81.MISMATCH!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <joel.goldstick@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.051 |
| X-Spam-Evidence | '*H*': 0.90; '*S*': 0.00; 'broken': 0.04; '22,': 0.09; 'functioning': 0.09; 'scripting': 0.09; 'cc:addr:python- list': 0.11; 'python': 0.11; 'soup': 0.16; 'think.': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'print': 0.22; 'cc:2**0': 0.24; 'sort': 0.25; 'header:In-Reply-To:1': 0.27; 'appreciated.': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'sep': 0.31; 'url:python': 0.33; 'could': 0.34; 'advice': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'url:listinfo': 0.36; 'useful': 0.36; 'url:org': 0.36; 'list.': 0.37; 'pm,': 0.38; 'help,': 0.39; 'url:mail': 0.40; 'remove': 0.60; 'tips': 0.61; 'information': 0.63; 'provide': 0.64; 'more': 0.64; 'to:addr:gmail.com': 0.65; 'here': 0.66; 'beautiful': 0.68; 'hoping': 0.75; 'joel': 0.91; '2013': 0.98 |
| 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=BS74SXanfwFATvp3Q5gBX5V9TIwPJBsdV1k9nytSQcA=; b=yc8vMQlHBdtza5n7GM2uYhIhDbzOjZ8VqL/kelgYfVY2w7RmybiyV3ErTxngW41jME 9rYNrRuMB2Biqfi0N1qL8nX03wcEhB7A3YHUF9UaWbwAisgZ1+/8XtWOeIN8DoazvY3G u70p5pMoxXni+xQxHYDYo+sMGPeT6zPjEkQy7NXrVc9exseb71fEy2LQPYtQ2xoNnvM0 VffwyPwrqXi/O2l/En1uSZx9CzKQWC1yMUJOZDpzqa1vplIK5sd+O4/cwYirR9aXZCJb XVuW6bIGYa17FTOxye6faqB56XAUz4JG+GprIlWRzjwgmp6OPzLtlqgOZS0sMBmVUJDJ NVFA== |
| MIME-Version | 1.0 |
| X-Received | by 10.220.199.5 with SMTP id eq5mr19515862vcb.16.1379900185536; Sun, 22 Sep 2013 18:36:25 -0700 (PDT) |
| In-Reply-To | <9c1aee48-7d5e-49d3-ae8c-b5d422cecb9b@googlegroups.com> |
| References | <9c1aee48-7d5e-49d3-ae8c-b5d422cecb9b@googlegroups.com> |
| Date | Sun, 22 Sep 2013 21:36:25 -0400 |
| Subject | Re: Directory Web Site |
| From | Joel Goldstick <joel.goldstick@gmail.com> |
| To | worthingtonclinton@gmail.com |
| Content-Type | multipart/alternative; boundary=047d7b5db26a626f6f04e7030c2f |
| Cc | "python-list@python.org" <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.251.1379900194.18130.python-list@python.org> (permalink) |
| Lines | 52 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1379900194 news.xs4all.nl 15870 [2001:888:2000:d::a6]:57639 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:54606 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On Sun, Sep 22, 2013 at 9:14 PM, <worthingtonclinton@gmail.com> wrote: > Was hoping to get some tips or advice on scripting a program that would > sort through my many links on my directory website and print out to me the > ones that are broken or no longer functioning so that I could fix or remove > them from the site. Any help, ideas, advice will be greatly appreciated. > -- > https://mail.python.org/mailman/listinfo/python-list > This is a python list. is this python related? what have you tried? Do you know about beautiful soup or requests? they can help you I think. You really need to provide more information for any useful help here -- Joel Goldstick http://joelgoldstick.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Directory Web Site worthingtonclinton@gmail.com - 2013-09-22 18:14 -0700
Re: Directory Web Site Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-22 21:36 -0400
Re: Directory Web Site worthingtonclinton@gmail.com - 2013-09-22 19:02 -0700
Re: Directory Web Site Dave Angel <davea@davea.name> - 2013-09-23 01:59 +0000
Re: Directory Web Site worthingtonclinton@gmail.com - 2013-09-22 19:04 -0700
Re: Directory Web Site Chris Angelico <rosuav@gmail.com> - 2013-09-23 17:14 +1000
csiph-web