Dynamically scheduling Cron Jobs for Python Scripts.

Vincent Vande Vyvre vincent.vandevyvre at swing.be
Thu Sep 6 07:09:10 EDT 2012


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>



More information about the Python-list mailing list