Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #28576

Re: Dynamically scheduling Cron Jobs for Python Scripts.

Path csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <vincent.vandevyvre@swing.be>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'subject:Python': 0.05; 'that?': 0.05; 'url:launchpad': 0.05; 'meeting.': 0.07; 'from:addr:swing.be': 0.16; 'from:addr:vincent.vandevyvre': 0.16; 'from:name:vincent vande vyvre': 0.16; 'message-id:@swing.be': 0.16; 'oqapy': 0.16; 'paqager': 0.16; 'received:mobistar.be': 0.16; 'scrape': 0.16; 'subject:Jobs': 0.16; 'url:display': 0.16; 'url:oqapy': 0.16; 'url:paqager': 0.16; 'url:qarte': 0.16; 'v.v.': 0.16; 'wrote:': 0.17; 'script.': 0.17; 'shell': 0.18; 'url:action': 0.23; 'script': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'run': 0.28; 'url:python': 0.32; 'goes': 0.33; 'to:addr:python-list': 0.33; 'url:org': 0.36; 'data': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'help': 0.40; 'received:80.12': 0.65; 'online': 0.70; 'day': 0.73; 'account.': 0.83
Date Thu, 06 Sep 2012 13:09:10 +0200
From Vincent Vande Vyvre <vincent.vandevyvre@swing.be>
User-Agent Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0
MIME-Version 1.0
To python-list@python.org
Subject Re: Dynamically scheduling Cron Jobs for Python Scripts.
References <1c24b34d-774f-4613-b6a9-f6f19fb24acb@googlegroups.com>
In-Reply-To <1c24b34d-774f-4613-b6a9-f6f19fb24acb@googlegroups.com>
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
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 <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.293.1346930208.27098.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1346930208 news.xs4all.nl 6869 [2001:888:2000:d::a6]:48072
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:28576

Show key headers only | View raw


On 06/09/12 08:21, coldfire wrote:
> I have a web scrapper script which run every day at 0100 hrs using cron Job over a shell account.
> Now what I am looking for is to re run the same script.
> 1> The script goes online to scrape some data including a schedule time for my meeting.
> I want to re run the script at that schedule time to send me a email.
> How can I do that?
>
> Plz Help 
Have a look at python-crontab

http://pypi.python.org/pypi?name=python-crontab&:action=display

-- 
Vincent V.V.
Oqapy <https://launchpad.net/oqapy> . Qarte
<https://launchpad.net/qarte> . PaQager <https://launchpad.net/paqager>

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Dynamically scheduling Cron Jobs for Python Scripts. coldfire <amangill.coldfire@gmail.com> - 2012-09-05 23:21 -0700
  Re: Dynamically scheduling Cron Jobs for Python Scripts. Vincent Vande Vyvre <vincent.vandevyvre@swing.be> - 2012-09-06 13:09 +0200
  Re: Dynamically scheduling Cron Jobs for Python Scripts. Miki Tebeka <miki.tebeka@gmail.com> - 2012-09-06 13:17 -0700
    Re: Dynamically scheduling Cron Jobs for Python Scripts. Michael Ströder <michael@stroeder.com> - 2012-09-07 22:54 +0200

csiph-web