Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28576
| Date | 2012-09-06 13:09 +0200 |
|---|---|
| From | Vincent Vande Vyvre <vincent.vandevyvre@swing.be> |
| Subject | Re: Dynamically scheduling Cron Jobs for Python Scripts. |
| References | <1c24b34d-774f-4613-b6a9-f6f19fb24acb@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.293.1346930208.27098.python-list@python.org> (permalink) |
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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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