On 2018-09-04 18:22, alon.naj...@gmail.com wrote:
> On Tuesday, September 4, 2018 at 7:21:31 PM UTC+3, alon....@gmail.com wrote:
>> Hi ,
>> for example:
>> I want to know if AAPL is more than value 300 and if it does I want it to
send to me mail with gmail :) . thanks for the help..

Of course it's possible. The standard library includes facilities modules for
interacting with web services, modules for writing emails, and everything else
you'll need.

>
> im using python 2.7
>

Please use Python 3, especially if you're new to Python. Python 2.7 is woefully
 out of date.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to