Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
college grades checking
#1
Hello, guys! Firstly, sorry for my raw coding skills. To start with, i've go no idea how to make it happen, i did my newbies research :( , and come up just with genereal logic. I wanna make a script, which will check my grades on my college website, and in case if new grades were added it will notify me by email. Im new to python, so i just wanna ask is general logic of my code is right?
[python]
import urlb. www.college.com # my college website
log in (login, password) # in order to log into my personal account
go to www.college.com/grades # going to page, where grades are
if grades =/ null # if there is no empty column, then notify me
send email to (*****@gmail.com)* to notify me if new grades were added
else:
dont do anything


/python]
Reply


Messages In This Thread
college grades checking - by marfly32 - Sep-04-2017, 04:06 PM
RE: college grades checking - by Larz60+ - Sep-04-2017, 04:19 PM
RE: college grades checking - by marfly32 - Oct-04-2017, 01:49 PM
RE: college grades checking - by Larz60+ - Oct-04-2017, 03:45 PM
RE: college grades checking - by marfly32 - Oct-04-2017, 06:02 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020