Dynamically scheduling Cron Jobs for Python Scripts.

coldfire amangill.coldfire at gmail.com
Thu Sep 6 02:21:37 EDT 2012


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 



More information about the Python-list mailing list