Get weather in CLI in Linux

First install w3m terminal browser with:

sudo apt install w3m

AFTER

to get weather type

w3m wttr.in/London

Or

w3m wttr.in/Limassol-Cyprus

Or

w3m wttr.in/Paphos-Cyprus

According to the desired location

Make sure Terminal window is expanded – large size mode, to see weather easily

================================

EXIT BY PRESSING

Q

Y/n   Y

================================

SEE SCREENSHOT HERE >>>>

https://lse-blogs.s3-eu-west-1.amazonaws.com/personal/2019-08-19_07-46-46-London-wttr-in.png

 

 

Send SMS with Python 3 & Twilio.com

Send SMS with Python 3 & Twilio.com

==========================================

 

If you wanted in your PHP web site or Python Program, send SMS you can follow below :

https://www.twilio.com/docs/sms/quickstart/php

https://www.twilio.com/docs/sms/tutorials/how-to-send-sms-messages-python

https://lse-blogs.s3-eu-west-1.amazonaws.com/personal/SMS-Python3-Twilio-provider.zip

The latter zip file is a complete Python program – when you press switch [press space bar emulated here] eg Enter a PC Lab room the switch turn True… then recorded in TXT file the date/time entered, appear on the Pygame window this time, and an SMS sent to your Mobile.

Requirements

1

Trial Free Twilio account – a limit on free SMS

2

Twilio credentials lines 15-16

# Your Account Sid and Auth Token from twilio.com/console
# DANGER! This is insecure. See http://twil.io/secure
account_sid = ”
auth_token = ”

3

Twilio Telephone number provided by Twilio account and your own mobile number [SMS delivered]  lines 70-71

from_=’+11234567890′, # personal Twilio account telephone number
to=’+11234567890′ # your number – notified / delivered the SMS

 

if you need help contact me

LSE