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 send me a email.
How can I do that?

Plz Help 
-- 
http://mail.python.org/mailman/listinfo/python-list


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 party Library which are mostly not 
supported or I don't know How to make it RUN over Internet 
-- 
http://mail.python.org/mailman/listinfo/python-list


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 instance to open a 
> website and extract data and email me.
> 
> I have tried Python anywhere but they dont support opening of anonymous 
> websites.
> 
> What s the current what to DO this?
> 
> Can someone point me in the write direction.
> 
> My script have no interaction with User It just Got on-line searches for 
> something and emails me.
> 
> 
> 
> Thanks

I got most of it. I will really appreciate is someone out 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 party Library which are mostly not 
supported or I don't know How to make it RUN over Internet 


Plz Help
-- 
http://mail.python.org/mailman/listinfo/python-list


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 
> > fine.
> 
> > Whats this all called? as far as I have searched its Web Framework but I 
> > dont wont to develop  a website Just a Server which can run my scripts at 
> > specific time and send me email if an error occurs.
> 
> > I use Python And i am not getting any lead.
> 
> 
> 
> If you want to host web pages, like your're doing on your local pc
> 
> with Apache and cgi, then you need an account with a web server, and a
> 
> way to deploy your scripts and other content.  This is often known as
> 
> a 'web hosting service'[1].  The exact capabilities and restrictions
> 
> will vary from provider to provider.
> 
> 
> 
> If you just want an alway-on, internet accessable place to store and
> 
> run your python scripts, you may be interested in a 'shell
> 
> account'[2], or if you need more control over the environment, a
> 
> 'virtual private server'[3].
> 
> 
> 
> That may give you a few terms to google, and see what kind of service you 
> need.
> 
> 
> 
> 1 http://en.wikipedia.org/wiki/Shell_account
> 
> 2 http://en.wikipedia.org/wiki/Web_host
> 
> 3 http://en.wikipedia.org/wiki/Virtual_private_server
> 
> 
> 
> -- 
> 
> Jerry

Thanks a ton I will look into these and Get back to u 
-- 
http://mail.python.org/mailman/listinfo/python-list


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 instance to open a 
> website and extract data and email me.
> 
> I have tried Python anywhere but they dont support opening of anonymous 
> websites.
> 
> What s the current what to DO this?
> 
> Can someone point me in the write direction.
> 
> My script have no interaction with User It just Got on-line searches for 
> something and emails me.
> 
> 
> 
> Thanks

Sorry I never wanted to be rude.
-- 
http://mail.python.org/mailman/listinfo/python-list


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 
> > internet.
> 
> > I have used mechanize module which creates a webbroswer instance to open a 
> > website and extract data and email me.
> 
> > I have tried Python anywhere but they dont support opening of anonymous 
> > websites.
> 


> 
> 
> According to their FAQ they don't support this for *free* accounts.
> 
> You could just open a paid account (the cheapest option appears to be
> 
> $5/month).
> 
> 
> 
> Also, please don't type your email subject in all capital letters.  It
> 
> comes across as shouting and is considered rude.

Got it and sorry for typing it CAPs I will take care of it next time for sure.
Also Could u help me out with the websites.
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 fine.
Whats this all called? as far as I have searched its Web Framework but I dont 
wont to develop  a website Just a Server which can run my scripts at specific 
time and send me email if an error occurs.
I use Python And i am not getting any lead.
-- 
http://mail.python.org/mailman/listinfo/python-list


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,BeautifulSoup,Mechanize,Re,requests,cookiejar etc


Thanks for the help.
-- 
http://mail.python.org/mailman/listinfo/python-list