Dynamically scheduling Cron Jobs for Python Scripts.

2012-09-05 Thread coldfire
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 se

VPS For Python

2012-08-26 Thread coldfire
I will really appreciate if someone type the address of any of the following for use with python 1>Webhost 2>Shell Account 3>VPS I am really new to all this Got web server and shell account but unable to figure out how to use it or deploy the Code, My problem is that I m using lot of third p

Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS

2012-08-25 Thread coldfire
On Friday, 17 August 2012 18:16:08 UTC+5:30, coldfire wrote: > I would like to know that where can a python script be stored on-line from > were it keep running and can be called any time when required using internet. > > I have used mechanize module which creates a webbroswer inst

Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS

2012-08-20 Thread coldfire
On Monday, 20 August 2012 07:05:27 UTC+5:30, Jerry Hill wrote: > On Sun, Aug 19, 2012 at 6:27 PM, coldfire wrote: > > > Also I have no idea how to deploy a python script online. > > > I have done that on my local PC using Apache server and cgi but it Works > >

Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS

2012-08-19 Thread coldfire
On Friday, 17 August 2012 18:16:08 UTC+5:30, coldfire wrote: > I would like to know that where can a python script be stored on-line from > were it keep running and can be called any time when required using internet. > > I have used mechanize module which creates a webbroswer inst

Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS

2012-08-19 Thread coldfire
On Saturday, 18 August 2012 00:42:00 UTC+5:30, Ian wrote: > On Fri, Aug 17, 2012 at 6:46 AM, coldfire wrote: > > > I would like to know that where can a python script be stored on-line from > > were it keep running and can be called any time when required using > >

How To AutoLogin to Website And Navigate thereafter

2012-07-29 Thread coldfire
Can Some one help me or guide me the coding for automatic login to a website while keeping the session alive and navigating further into website for screen scraping using python. I understand the scraping part but unable to Understand the Login part using any of the Lib Urllib,Urlib2,Beautiful